I was working with my database and now its just gone it says I have no database
Cloud or self hosted?
What were you doing before this?
cloud, i did delete items from one collection but i pretty sure i didn't delete the whole database
Do you have a project ID or database ID you can share?
project ID: 658b168f82b9bb1c6d0f database ID: 658b4c08cb93ab812584
I asked one of our engineers to take a look.
No worries thanks I created a new DB I know its the weekend and all of that, but if I did something wrong i'd like to know so I don't do it again
For sure. We take every such scenario very seriously, if this is a bug for any reason, we can't leave it unsolved.
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...