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
- Project restoration button in console
The project restore button in console is taking no effect, i have tried several times and still nothing, it gives same popup if i reload
- SGP region: console returns 401 for all ...
Cloud console cannot open my projects in the Singapore (SGP) region. All console requests return HTTP 401, plus a 503 on analytics.appwrite.io. - Account email...
- Auth not working
guys my appwrite auth isnt working? oauth works (Sign in with google n discord) i have 2 websites deployed where do i get help when i do sign in with email and ...