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
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- 1.8.1 - Databases - inline updating a ro...
When updating a database field via the inline edit method, the `$updatedAt` column does not get updated. Only if the row is updated by the "Update" interface (t...
- Other DateTime Columns Are Saved Incorre...
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...