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
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...