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
- Appwrite Python SDK Keeps returning the ...
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process tha...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...