R4 WIFI Example help needed

I cannot get the R4 Access Point example to work. Everything in the serial monitor looks okay, but when entering the AP IP address into the edge browser, it is not found.

My environment:
Windows PC, UNO R4 board, Arduino IDE 2 Version 2.2.1
The browser is MS Edge
My network is CCECA-16670 and everything is on 192.168.1.nnn

I load the WIFI example Access Point found here: UNO R4 WiFi Network Examples | Arduino Documentation
I run it without changes, and this is the serial monitor output:

SSID: CCECA-16670

IP Address: 192.48.56.2

To see this page in action, open a browser to http://192.48.56.2

When I enter http://192.48.56.2, in Windows Edge" I get:
image

The same thing happens if I change the IP address in the code with:
WiFi.config(IPAddress(192,168,1,101));
There are no other devices on my network with the address ending in .101;

The AP that is created is also CCECA-16670 which seems right.
I have tried turning off the firewall. I have also tried disconnecting my pc from the network and reconnecting to the CCECA-16670 network thinking it might be the AP this time, but that doesn't help either.

I could use some help with this.
Thanks in advance.