If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a general_route_not_found error, here is the fix:
Let's take Google OAuth as an example, Appwrite provides a default URI like this:
https://fra.cloud.appwrite.io/v1/account/sessions/oauth2/callback/google/...
Since you've switched to a custom subdomain, the default endpoint will no longer work. You need to replace fra.cloud.appwrite.io with your own subdomain. Your updated URI should look like this:
https://api.yourdomain.com/v1/account/sessions/oauth2/callback/google/...
Make sure to update these URIs in your respective OAuth provider's configuration settings.
Recommended threads
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this ...
- Appwrite Cloud Project shutdown due to i...
My appwrite projects gets shut down saying due to inactivity, but our platform gets users everyday with many requests to database and storage. so why all of a s...