Yesterday when appwrite was down, I created a new database. Now today I see in console that the database got created but I am not able to open it. Not even its settings so that I can delete it and create a new one. It just show me 404 collection not found error.
Please do anything fastly, my work is pending due to this. Atleast just delete my database from your end so that I can create a new one.
I shared this with the team in the morning, but it may not have been addressed yet.
Anyways, if you add /settings at the end of your url, does it open settings page?
If not, you will have to send a DELETE request to api from something like Postman or cURL with correct cookie headers.
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"...