Error 400 Invalid success: URL host must be one of: localhost, appwrite.tripathig.in, authapp.tripathig.in
the success url is whitelisted still I am getting this error.
I am using appwrite cloud with custom domain
Did you add that hostname as a web platform in your project?
How do I add that ?
so you go to -> add platform -> choose your platform, it will ask the hostname
yes its added
tripathig or tripathing?
tripathig
I have also tried with wildcard *.tripathig.in
its not working
Can you try using the protocol like https://authapp.tripathig.in
in the success URL for OAauth?
The is resolved.
Solution : add both success and failure url or don't add any just the provider. It work's now
Thankyou @joeyouss , @safwan
Resolved - Facing error with OAuth Google Login
[Solved] - Facing error with OAuth Google Login
shoot, I thought you added them both when you sent ss 😅
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...