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
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- Create a new paid tier
Current pricing seems reasonable enough about what is someone getting for 25$. But for some people most of these resouces are getting wasted. Like the bandwidt...
- [Bug] Appwrite Auth User Prefs
User prefs are decoded as blank although there are plenty of data and add preference button not working in this case