
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
- Cannot add/update array field
How do I add or update the rows, How exactly to pass properties? (see provided image)
- TablesDB not available in FRA?
Hi, in the cloud version, v1.8.0 Frankfurt, is it possible to use TablesDB ? I don’t see that feature in the console.
- Type String is not a subtype of type int...
In flutter using appwrite: ^17.1.0, ```DocumentList response = await databases!.listDocuments( databaseId: "xxx", collectionId: "xxx", ...
