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
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...