I'm trying to test out the sites feature and my self hosted setup is giving me this error when I try to hit the /v1 endpoint
❯ curl --silent https://appwrite.[redacted]/v1
{"message":"Route not found. Please ensure the endpoint is configured correctly and that the API route is valid for this SDK version. Refer to the API docs for more details.","code":404,"type":"general_route_not_found","version":"1.7.0"}
well you definitely can't curl that URL
there's no route there
If you want to enter the console, the correct url is your domain or the /path route
I redacted it for reasons lol
And I can enter the console no problem. I'm trying to deploy the nuxt starter and I tested out the ping to appwrite and it's basically stating that it can't reach the /v1 endpoint.
Actually just tested again and it worked this time. The only setting I changed was to switch it to production and I guess that fixed it lol.
Though now I need to figure out why traefik isn't giving it a let's encrypt cert but that's another issue lol
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...