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.
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
it was working with 1.3.1
here the error is "/auth/oauth2/success" this path dosent exist
Really, this is interesting - the same code? Let me check something.
hmmm...we may have missed this...
You're correct
Just verify that with version 1.3.1
@Steven any fix for this?
Are you on self hosted or cloud?
Self hosted
I fixed the issue by seeing the commits you made
I changed the files manually
Recommended threads