works fine on local, but gives this error on deployment
TypeScript
Invalid`success`param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io, *Typegeneral_argument_invalid```I have it deployed on .vercel.apphow can I add it here
TL;DR
Developers are encountering a Google OAuth deployment error specifically related to the `success` param. The error states that the URL host must be one of a specified list. The issue arises when deployed to Vercel. The solution involves ensuring that the URL host matches one of the specified options in the error message (`localhost`, `cloud.appwrite.io`, `appwrite.io`, `*`). Adjust the host setting accordingly to resolve the problem.