While working on my local computer, the OAuth works perfectly. But when I deploy it to the live server. I get this error
Error 400
Invalid success
param: URL host must be one of: localhost, cloud.appwrite.io, *.netlify.app
Type
general_argument_invalid
But in my localhost, it works perfectly
You'll have to add a web platform that matches the domain exactly rather than a wildcard one
Recommended threads
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...