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
- 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...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...