Hi guys, I trying to use cloud as back-end for small reactjs-app but facing with several issues:
1 - When we changed auth provider from the keycloak to auth0 user can't delete document created by himself anymore, they can create and update but delete always cause an The current user is not authorized to perform the requested action error
2 - I gussed it can be related to changed identity and tried to delete the user and re-acreate him again with the same email. But when I try to create user via admin panel I see an user email duplicate error. Also the User (role: guests) missing scope (account) error appear if user tried to login via oauth2 on the front-end.
Recommended threads
- Invalid origin error in authentication
I have setup the package name same as the package name in app.json but it is constantly saying `AppwriteException: Invalid Origin. Register your new client as ...
- TLS provisioning failure for custom doma...
Hi Appwrite team, we’re using Appwrite Sites and TLS provisioning for our custom domain fails. Domain: somnara.app Error: Failed to create TLS subscription –...
- Functions Problem
Whenever I run my AI Generate through Appwrite Functions, I am getting this Call Stack AIService.generateServer (src\services\ai\gemini.ts) next (<native>) ...