I delete the documents and get a success message but the documents aren't deleted. I was having issues changing documents using SDK function calls in an Appwrite function - it was working - and then noticed I couldn't change records in the Appwrite console either.
are the docs still there when you refresh after bulk deletion?
yes, I have the same issue with all 3 collections in my database
If I try login with a user from my client side app I get an error response:
{
"message": "User (role: guests) missing scope (account)",
"code": 401,
"type": "general_unauthorized_scope",
"version": "1.6.0"
}
I can't create a new collection
same issue trying to update my Appwrite function's scopes - says sucess but when I refresh the page I see that it did not save
Recommended threads
- Custom domain not pointing to the most r...
My custom domain is pointing to an old deployment version, but it shows it's active on the appwrite console.
- Server Error when importing to tables
Same .csv file worked yesterday, Please fix it asap
- Backup does not restore
I need to urgently restore a backup but nothing is happening when trying to restore!