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
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126