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
- execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b4...
- How to use appwrite types
I am using appwrite types --language ts ./types to generate the types yielding something like: ``` import type { Models } from 'node-appwrite'; // This file i...
- Dynamic Roles
I tried to store a row with this permissions: permissions.push( Permission.read(Role.users("verified")), Permission.write(Role.label(`c-${calend...