Hi, I am trying to get Oauth2 working. It did before but then I migrated to another server location. After that it didn't work tho if I look in the cookies it does create an token on my appwrite instance url. Tho when I try to fetch the account I get an: general_unauthorized_scope
error.
The website is online: https://beta.vectra.store/ so this migh help to debug?
DISCLAIMER GOOGLE IS NOT SETUPED CORRECTLY BUT DISCORD IS
I do see that when authorized with oauth2 it doesnt X-Fallback-Cookies to the fetch
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...