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
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...