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
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...