Rank 4: Virtual Machine
hi im getting 404 error on https://domain.com/auth/oauth2/success
{"message":"Not Found","code":404,"type":"general_route_not_found","version":"1.3.6"}
Votes
0
Replies
14
Participants
Unknown
Messages
15
Rank 4: Virtual Machine
hi im getting 404 error on https://domain.com/auth/oauth2/success
{"message":"Not Found","code":404,"type":"general_route_not_found","version":"1.3.6"}
That is actually correct
When running your OAuth try to set the success and failure URLs as such for example
account.createOAuth2Session( 'google', window.location.href, window.location.href,)Replace google with the one you're using.
Rank 4: Virtual Machine
im using it in react native.. i want to call the deeplink "appwrite-callback-[project]"
Mmm, I think this one doesn't work yet, check thishttps://discord.com/channels/564160730845151244/1108801665122967644/1108809803377160222
Rank 4: Virtual Machine
it was working with 1.3.1
Rank 4: Virtual Machine
here the error is "/auth/oauth2/success" this path dosent exist
Really, this is interesting - the same code?
Let me check something.
Rank 4: Virtual Machine
Admin
hmmm...we may have missed this...
You're correct
Just verify that with version 1.3.1
Rank 4: Virtual Machine
@Steven any fix for this?
Admin
Are you on self hosted or cloud?
Rank 4: Virtual Machine
Self hosted
Rank 4: Virtual Machine
I fixed the issue by seeing the commits you made
Rank 4: Virtual Machine
I changed the files manually