The error message indicates that the specified URL is invalid. Please check 
the value assigned for 'url' in main.py and assign it to app.yaml. 

On Tuesday, August 25, 2020 at 12:41:54 PM UTC-4 [email protected] wrote:

> I have deployed code in Google app engine server with route mode changes 
> from mode: 'hash' to mode: 'history'. After this change, I am getting this 
> error.
>
> Error: Not Found The requested URL /login was not found on this server.
>
> Here is app.yaml
> runtime: python27 
> api_version: 1 
> threadsafe: true 
>  handlers:
>  - url: / 
>  static_files: index.html 
>  upload: index.html 
>
>  - url: /(.*) 
>  static_files: \1 
>  upload: (.*) 
>
> Can anybody please help me...
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c7282482-16f9-4584-870f-f821d9f242e2n%40googlegroups.com.

Reply via email to