
Hey there, I'm developping a Flutter web app and sometimes, when I log in to my app in order to test it, I just get a white page for no visible reason. Usually the login (request to Appwrite Auth) works fine because I can access another screen (account selection screen), but when I want to access the homepage, I get the white page. Every docker container seem fine and I don't get a rate limiter error (although I don't really know how to monitor it without sending a http.get() request). My clues point either one or more Appwrite Database requests blocking and/or a rate limiter timeout but with little conviction. I have no error message and no loading indicator when I get the white page. I usually either restart my docker containers or restart my computer to solve it, but it's bugging me to know why it happens. I know it's a rather cryptic situation, but if anyone knows what could cause it, I would appreciate the help. Have a nice day!
Laurent

Maybe you can add something to your code to try and see what's being executed?

Are you still experiencing this or can this be closed now?

Sorry to let you hanging. I'm still experiencing this from time to time, but I suppose it's not coming from Appwrite. In Android Studio I can load my page when I hit the "toggle select widget mode" button from Flutter Inspector. 🤷♂️ I guess the cause can come from multiple sources (not optimized code, Flutter web, etc.). You can close this.

[CLOSED] White page of doom
Recommended threads
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
- JSON and Object Support in Collection do...
I am working with Next.Js and Appwrite Cloud, I am relatively New to Appwrite but i have noticed there is no direct support of JSON and Object support in attrib...
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
