[google-appengine] The requested URL / was not found on this server in Google App Engine for Vue .js

2020-08-25 Thread Niraj Patoliya
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/64f5270f-8ad0-42f8-b731-35161ed045f2n%40googlegroups.com.


[google-appengine] The requested URL .. was not found on this server.

2013-03-20 Thread Aswath Satrasala
Hi,
I uploaded a new version to my appid, and made the new version as the
default version.

I am getting the following errors very frequently.  But, when I do refresh
of the browser 2-3 times, I get the correct response.
Error: Not FoundThe requested URL /partymgr/companyopen?...  was not
found on this server.
-Aswath

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] The requested URL was not found on this server error message

2011-07-01 Thread Pion
My folder structure on Eclipse project is as the following:

war
  /b/abc
  /css
  /js
  /image
  index.html

It works fine on my development machine

But after uploading to Google App Engine, I received the following
error message: The requested URL /b/abc was not found on this
server .

I am using GAE Java SDK 1.5.1 and Google Plugin for Eclipse 3.6.

Thanks in advance for your help.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] 'The requested URL / was not found on this server.'

2010-02-22 Thread davenaff
The last code upload was a month ago.  Nothing was changed on the site
or in the admin settings.

The website suddenly started returning a 404 with the error above (it
of course works fine in my local version).

Ideas?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.