i just created an account in appwrite, created a project and just click on auth, and immediately gives me the error mean 500 internal error. like the server fine, but gives an error. what could be the error?
Hello! Sorry for this bad experience 😔 If this is a newly created project from what I understand, try deleting the browser cache.
If it persists, probably creating a new project will do the work, but if not, please, send us your project ID and the team will take a look as soon as possible
Recommended threads
- Appwrite DNS nameservers return SERVFAIL...
My custom domain demomanasa.online (and all its subdomains) stopped resolving with ERR_NAME_NOT_RESOLVED for all visitors. I have traced the failure to Appwrite...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Realtime Error Invalid query: Syntax err...
I was test driving Self-Hosted Appwrite for my use with Swift IOS apps as a backend while back and after successful trials, I started to move to incorporate int...