i get always this error ,
Error 400
Invalid success
param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io, *.vercel.app
Type
general_argument_invalid
TL;DR
Developers are facing an issue logging in with OAuth 2 in their project. They are consistently receiving the following error: "Error 400: Invalid 'success' param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io, *.vercel.app". This error indicates that the specified URL host is not allowed. The solution to this problem is to ensure that the URL host being used is one of the allowed options specified in the error message.