
Hey everyone, so recently i've encountered an "Error 400 - Invalid 'success' param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io, *" when trying to sign in with Google. The issue only occurs when the app is deployed with eas, while in development, it works perfectly fine.
Seems like it's a common issue and before i made a post, I followed every possible forum / tutorial and this discord to solve it, but didn't find a solution that works.
My conclusion is that there's some bug inside the appwrite itself, that can't handle deep linking / redirection uri / localhost to make the redirection successful.
Does this pull means it's fixed or it will be fixed? I'm kinda new to programming, so I can't tell. https://github.com/appwrite/appwrite/pull/9262
After it's finally fixed by Appwrite, do i need to update Appwrite's package and deploy again or it's server-side issue?
Similar discussions already exists here: https://discord.com/channels/564160730845151244/1072905050399191082/threads/1320926689387089930 or https://discord.com/channels/564160730845151244/1072905050399191082/threads/1322578294918615081
Thank You for any clues.
Recommended threads
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Query.startswith problem
Hi, i have a problem: const result = await database.listDocuments(envs.DATABASE_ID,envs.COLLECTION_ID,[Query.startsWith('date', '2025-04-01')]) this one does...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
