Unable to access web server from browser

I have created a Web Server for video streaming using ESP32 following ESP32-CAM Video Streaming and Face Recognition with Arduino IDE | Random Nerd Tutorials
The server is created and I see the below message.


But, when I try accessing it through my browser, it doesn't work.

Kindly help with the solution

Your topic was MOVED to its current forum category as it is more suitable than the original as it is not an Introductory Tutorial

Is your browser on the same WiFi network as your ESP32? 172.20.x.x is a non-routable address and is only reachable from devices on the same LAN.

. . . Exactly. As part of the configuration of the ESP32-CAM, you gave the credentials (SSID and password) of a WLAN. Your browser must be on a device in that WLAN.

Thanks a lot. This worked

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.