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 documentationRecommended threads
- 1.9.5 Migration problem
1.9.5 migration problem after run migration command only openruntimes-executor
- Appwrite Sites deployment fails because ...
Appwrite Cloud Sites deployments are failing consistently for both GitHub and manual deployments. The build command completes successfully and packaging also c...
- Build succeeds but deployment fails — si...
My Next.js 15.5.20 site (standalone output mode) builds successfully on Appwrite Sites, but the deployment fails at the final packaging step with: [sidecar:bui...