
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
- Custom Domain
Iām trying to add a custom domain. I added the nameservers like shown for kassa.velleb.com I always get this error, ive waited for a day now and ive checked dns...
- Storage files, invalid Argument Server E...
The files were created using the Node-Appwrite SDK, with access permissions granted to the creator and the admin. They were created over the span of two years u...
- Bulk Update Error
Getting Following error when updating a document: ``` Failed to Update User: Bulk update is not supported for collections with relationship attributes. ``` In...
