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
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
- Query params are way too limiting in ter...
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then...
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...