Internal server error when creating a collection in database...
Is this on Cloud?
Yes
Could be some issue with the database. Please give it some time.
Ok
@mazil Does it work now?
we have regular backups everyday, must be due to that for few minutes
i think there was a short moment of issues on digitalocean side but shoudl be resolved, would love to know if everything is okay now @mazil as D5 mentioned
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...