Hello Naheez, Your logs contain repeated warnings similar to: „logMessage: 'Static file referenced by handler not found: www/index.html' ", and "resource: "/" ". Is your app.yaml configured correctly? The tutorial you followed describes the related step as:
"Edit the app.yaml file and add the following code to the file: runtime: python27 api_version: 1 threadsafe: true handlers: - url: / static_files: www/index.html upload: www/index.html - url: /(.*) static_files: www/\1 upload: www/(.*) " If you want us to look at your code and try to reproduce the issue, you are encouraged to send us the needed information by way of a private email message. You can send private email by using the "reply" button's drop-down menu, at the top right of the editing window. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/4c2ee5bc-3eb2-4a26-b3e0-07150b367841%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
