Hi all, I have a problem with the Google Auth provider. I have followed the Appwrite guidelines but I get this error when I try to authenticate.
@SpencerSama can you show exactly what redirect URI is added to your Google Console?
Also, if you're self-hosting, please make sure that your hostname matches in your test environment and on the Google Developer Console
localhost
and 127.0.0.1
can cause a mismatch too, even though they do point to the same application
They are the same
Can you share a screenshot once?
Sure, Appwrite or google cloud?
Both, if that's okay?
Sure
Voila
Problem solved. In fact, I had to add my http and https uri.
Thanks for your help π
Ah perfect!
[SOLVED} Google Auth (redirect url mismatch)
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...