-
Notifications
You must be signed in to change notification settings - Fork 929
createAuthUri problem on login #1548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I found a few problems with this issue:
|
Are you calling this with |
Yes. using fetchProvidersForEmail method. Shouldn't I? Edit: You are right. When i remove |
I think it may be a bug in our backend code. This endpoint is also used for OAuth flows and redirect URIs are not supposed to have fragments per spec. It shouldn't be an issue for |
You can also file a support ticket via official channels to track the progress. |
@okandeb The issue should be fixed now. Can you try it out and verify? Thanks |
@wti806 i will let you know when i try it out. Thanks. |
problem seems to be solved. Cheers! |
hello all,
when i try to login get
with 400 error code on ios. this is the request payload
{"identifier":"*****@gmail.com","continueUri":"http://localhost:8080/Users/okanseremet/Library/Developer/CoreSimulator/Devices/0976F085-0569-488D-8440-403F52BD13C5/data/Containers/Bundle/Application/A96557FB-A081-47E6-AFB4-BC8A097D14B4/MaxiLoyal.app/www/index.html#/welcome"}
but it should be like this. Otherwise it's not working.
{"identifier":"*****@gmail.com","continueUri":"http://localhost:8080"}
i tried to downgrade node version from 10.1 to 8.11.2 but not working
cordova version 7.1.0
ionic version 3.20.0
how can i fix this issue? I tried version changing, platform removing and adding etc.
The text was updated successfully, but these errors were encountered: