I am new to Google App Engine. I am able to start the appserver from the command prompt of Windows and its showing “Info : The server is running at http://localhost:8080/” but still when I enter the address on my browser its showing the Sever not found error.
Share
There are a quite a few reasons this could be happening. If you have checked your firewall settings I’m willing to bet that there is an issue with your app.yaml file.
If your main python script is called main and is located in the root directory of your application code a working example of an app.yaml file is:
Also make sure that within your main.py file the routes are correct.
eg: