
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
- Invalid document structure: Unknown attr...
Hey 👋 I’m running into a migration issue after upgrading Appwrite from v1.6.0 to v1.6.1. Whenever I try to start an Appwrite → Appwrite migration, either thro...
- 401 on image preview url
So Im trying to get an image preview out of a bucket. im using a nextjs api to provide file data to my frontend, including a preview url. from other posts I gat...
- How to make redis Fast and scalable for ...
Currently i built my Appwrite architecture as follow. I have multiple servers in multiple regions in germany lets say server 1 and server 2. Each server has its...
