Hi Gaël,

Maybe best is to put a Window.alert statement as the first line of code in 
your onModuleLoad function. This way you will be able to detect if the 
problem is related to your UI logic or to another factor. One other way to 
do it is to reload an old version of your application.

In the past I faced the same issue where the front-end was not showing but 
simply due to the fact that I forgot to call the .add function.

Hope this helps !

Cheers,

Hugues



Le mercredi 2 mai 2012 11:15:38 UTC+2, Gaël Oberson a écrit :
>
>  
> Hi,
>  
> I have an app that works perfectly on the dev server. On the client side, 
> just after authenticating (using google accounts), it shows a "loading..." 
> message, and when the UI is loaded and the needed data is fetched, it shows 
> up.
>  
> Here is my problem : I have deployed my app many times in the last 12 
> months for testing purposes, and got ervery time good results.
> Since the last deployment (after minor UI changes), yersterday, my app is 
> doing the authentiaction, displays the "loading.." thing, and then stops 
> loading! even my browser is not loading anymore!
>  
> On the logs page I dont get ANY exception or error. There I see the logs 
> for the first requests (e.g. /, CSS file, static files like images, the 
> scripts, and of cours the RPC authentication request. All of these run 
> without any problem, but then the rest is not done ! The app stops !
>  
> Does anybody have any idea, how I can start to debug ? I don't have any 
> exception or error to start with ! And as my app is fully working on the 
> dev server, I really don't know how to proceed.
>  
> Thanks a lot for your help !
>  
> Gaël
>  
> P.S. naturally, I already tried to completely clear my datastore (HR) and 
> my memcache. no effects. I also completely deactivated my app, created a 
> new one with a fresh new app ID, nothing helps. I also tried many operating 
> systems and browsers, I get everywhere the same not usable result.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ovF95JCEjgoJ.
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.

Reply via email to