Today, all of sudden, backend procedures to insert/update the CMS (that were working yesterday) are throwing an error that the user doesn’t have the permission to insert/update.
“[“WDE0027: The current user does not have permissions to insert on the people collection.”]”
The permissions for the “people” collection for insert and update are “Admin”. If I change the permission to “Anyone”, it works.
Is anyone else seeing errors along these lines?
1 Like
Are you certain that the user attempting to insert/update had “Admin” permissions?
If you are still experiencing this and are sure all configurations are correct, you will want to open a ticket with customer care for investigation at Contact Wix
i have the same issue. code was working for months then it stopped working returning WDE0027 and i am an admin. i run wixData.query(“Stores/Orders”), i tried adding let options = {
“suppressAuth”: true,
“suppressHooks” : true
};
but that didnt help
I’m also suddenly having problems, yesterday everything worked without a hitch, today I’m getting strange error messages
Something like this:
Failed to fetch…
ssSyntaxError: Unknown word…
Error: Optimizing CSS failed…
Access to fetch at…
ERR_FAILED 413 (Payload Too Large)…
and many more …
Very very strange as I said without having changed anything everything ran without problems until yesterday evening
I have the same error as the original poster. Error: WDE0027: The current user does not have permissions to query on the Stores/Orders collection.
This is on a dashboard page i created for a client that has a dataset linked to the Stores/Orders collection. It has been working for months and then just stopped without making any changes.
I also tried on my own site where i am the owner and I still get the same error.