i have an issue now, it seems the user database doesn't access all images like profiles and badges before the page loads and that gives me uncontrolled undefined errors which makes the page really unstable what should i do?
well i fixed it with a really weird piece of code that works properly for some reason
it only renders Home component when the users database is more than 0
That is a normal behavior, I don't which framework are you using, but you have to considerate requests are not made all together, and not all request finish to load at the same time, that is why you'll get undefined values at some renders. To solve that, you normally use a loader, or a data checker as you already did it
yeah yeah no worries
im using uhh
vite-react
[SOLVED] Server data wont load before page
Recommended threads
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...
- 500 simultaneous OAuth logins from the s...
Hi, I'd like to ask about rate limiting around Google OAuth login on Appwrite Cloud. **OVERVIEW** Service type: A PWA (web app) for members of a university clu...
- Suspicious access pattern detected when ...
Hello, I am having trouble restoring my project. In the past it worked with no problems, but today I get an error "Suspicious access pattern detected". How can ...