vishant_batta
Getting: "Cannot set property href of [object WorkerLocation] which has only a getter."
Using this: https://appwrite.io/docs/products/auth/oauth2#init
TL;DR
Summary: Developer is encountering an error while trying to initialize auth2 login using the Web SDK. The error message states "Cannot set property href of [object WorkerLocation] which has only a getter." The developer provides a link to the documentation they are following: https://appwrite.io/docs/products/auth/oauth2#init.
Solution: It seems the error is related to trying to set a property that is only a getter. The developer should review the documentation they provided and ensure they are following the steps correctly. It might be helpful to double-check if any required parameters are missing or if there are any restrictions or specific configurations mentioned in the documentation 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...