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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Current User is Not authorized
recreating same Thread