Hi, guys, I am a beginner in appwrite and I don't know what is going on, it keeps showing me this. When I click on the collection in database it takes a very long time to load and then directly shows me this error.
help pls😭
I dont know why, now only onboarding collection can access, other collection cannot access
My development stack is: Next.js, appwrite, and thats all
can you share the logs from network and console tab?
okay give me a moment pls
Share your Project ID, Database ID & Collection ID as well. You can DM as well.
Also, does it help if you use an incognito window or a different browser?
No any diff, same issue
i meant logs when you visit the console when it throws 524s
I have only found this log
What I'm experiencing now is that my application can use appwrite normally, but I can't use appwrite console
PROJECT_ID=67d6c8920025da058314 DATABASE_ID=67d8e1bb00009fafae78 COLLECTION_ID=67e76a71003486c359e0
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...