I'm able to complete a full OAuth cycle but in the end I receive this link
How to use this data to create a session? On my console I can see that session exists but account.GetSession("current") throws error that 'guest' has no access to 'accounts'
TL;DR
Issue: Developers completing OAuth cycle receive link with session data but are unable to create a session with it.
Solution: The error 'guest' has no access to 'accounts' suggests a permission issue. Make sure the account permissions are set correctly to access accounts. This should resolve the error and allow the session creation.OAuth success callback Problem
Recommended threads
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error
- How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...