I concur with Anastasios. I would suggest inspecting the actual network 
response using Chrome's Developer Tools 
<https://developer.chrome.com/devtools> the Firebug <http://getfirebug.com/> 
extension for Firefox. A white page does not necessarily indicate the 
request didn't go through. In fact, requests not going through often result 
in standard browser error messages. A plain white page without content can 
easily be a text/plain response of 0 length or a text/html response with 
non-conforming markup.

The network request may reveal a more information clue about how those 
white pages are received.

On Wednesday, April 6, 2016 at 4:21:37 PM UTC-4, Kaan Soral wrote:
>
> This was an issue that I've been hunting for years, some people report 
> "white pages" on my old app system (facebook apps) - I never could 
> reproduced the issue, I assumed it was a rare client-side issue
>
> Now, while testing my app, I've noticed the same issue, .appspot.com of 
> my app just wasn't responding, I was only able to get it to respond my 
> refreshing several times
>
> The app is simple, there are no errors logged, the request simply doesn't 
> go through
>
> Never noticed the same issue on another app, yet since this other app is 
> mostly Cloudflare wrapped, I wouldn't notice it
>
> Any ideas?
>
> It's just sad knowing this issue exists in the wild, yet I have no way of 
> fixing it, it's causing me to lose users slowly
>

-- 
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/11c7883c-db78-4435-8910-2a6bc94fbe48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to