the Google OAuth2 is working perfectly in localhost, but when I bring it to production that means real domain, then when I clicked button signin nothing happened, no error pop up.
More context, Im using this function to redirect to gg login, account?.createOAuth2Session(OAuthProvider.Google, success, failure); but it just passed through and nothing change in the website. Please help me, thanks in advance
switched to use Oauthtoken, but the errors 's still there, clicking siging button and nothing happen π
im expecting to redirect to google login, but not working. Local 's workiing well
Could you provide an video recording if possible And check the logs of what is happening?
Recommended threads
- Deploying to Sites will not work. NextJS
Itβs been many times I have attempted to deploy to Appwrite and itβs always failed. The deployment itself works, the logs show it works perfectly, however when ...
- custom domain on cloudflair was verified...
I've added the credentials as instructed by the appwrite documentation, with cname set to dns only without proxy, and it successfully validated my domain, and w...
- Substring lookup for array elements
Hello, Is substring look up possible for array of strings? ```js Query.contains('product_names', [chair]), ``` this only works if I have the exact item name. `...