Skip to content
Back

Can't delete documents in Appwrite console

  • 0
  • Web
  • Databases
  • Auth
  • Cloud
  • Functions
MC
15 Nov, 2024, 16:39

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.

TL;DR
Developers are facing issues with deleting documents, updating function's scopes, creating new collections, and changing records in the Appwrite console. The error message "User (role: guests) missing scope (account)" is being encountered when logging in from the client-side app. Bulk deletion of documents is not reflecting in the console. Solution: Check for permissions and verify SDK function calls in the Appwrite functions.
darShan
15 Nov, 2024, 16:41

are the docs still there when you refresh after bulk deletion?

MC
15 Nov, 2024, 16:42

yes, I have the same issue with all 3 collections in my database

MC
15 Nov, 2024, 16:44

If I try login with a user from my client side app I get an error response:

TypeScript
{
    "message": "User (role: guests) missing scope (account)",
    "code": 401,
    "type": "general_unauthorized_scope",
    "version": "1.6.0"
}
MC
15 Nov, 2024, 16:46

I can't create a new collection

MC
15 Nov, 2024, 16:48

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

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more