After the downtime yesterday, I encountered a "not found in schema" error. What should I do?
What's the code?
const response = await databases.listDocuments( process.env.APPWRITE_DATABASE_ID, process.env.APPWRITE_COLLECTION_ID, [ sdk.Query.equal('company_id', company_id), sdk.Query.limit(1000), ] );
@Morel Do you can send the project ID or DM it to me?
oke, i will dm
any updates?
@Steven
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...