I am running a self hosted instance and tried login in today and got "Server not found" error on the web page. I logged in and got the logs of my appwrite instance
TypeScript
[Error] Method:
[Error] URL: /geoserver/web/
[Error] Type: Appwrite\Extend\Exception
[Error] Message: The requested route was not found. Please refer to the API docs and try again.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 861```
This repeats a few hundred times with different URLs and every 50 or so a line shows
```<ipaddress of host> is not a publicly accessible domain. Skipping SSL certificate generation.```
From my understanding I set up certificates correctly and had been connecting with https whenever I had be using it.
I tried restarting the instance but that did not solve anything.
Any help would be greatly appreciated.
TL;DR
Developers are encountering a "Server not found" error on their self-hosted instance. The logs indicate that the requested route was not found. The message "Not a publicly accessible domain" suggests a certificate issue. Restarting the instance did not resolve the problem. Double-check certificate setup and ensure proper domain configuration.Recommended threads
- OAuth login not working on deployed app ...
Hey there, I've been dealing with an issue where I cannot use OAuth on my deployed app - locally everything works fine. I am using react-router in Framework Mo...
- One org lost all data out of 13 org's af...
> https://<domain>/v1/storage/buckets?queries%5B0%5D=%7B%22method%22%3A%22limit%22%2C%22values%22%3A%5B6%5D%7D&queries%5B1%5D=%7B%22method%22%3A%22offset%22%2C%...
- database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will...