My apology for bringing up what might be a beginner question. I am working on a new application and I occasionally get a blank page on the first request for an application. The blank page is completely blank. The source of the page is blank as well. My application request log reports it as a 200, but does not request images, css, scripts, etc. The page is not blank and, on a refresh, the log shows a request for all the files and the browser shows the full page. Could this be an issue with how my site is coded? The home page does not require login. The home page is using a django template, but, like I said, the resulting page is completely blank, not a blank template.
My site works otherwise and I like the way it works. I just don't understand what is happening when I get a blank page. Should I make my home page a static page? Would that help? or would the first code page still require a refresh? Is it because I have a template named Index.html at the root of my application? I would think that it would be serving up the template without expanding the content if that was the issue. I did some searching and found one reference that was answered by someone who mentioned a caching delay on the GAE servers. If that is the problem, how do others get around it? (does your app just need to have enough users to avoid everyone seeing the blank page?) Any help would be great. Thank you, --JJ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
