Replies: 1 comment 2 replies
-
Hi! I'm not an expert on hosting issues, but I can definitely say it shouldn't be related to the
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
i try to setup planka on a hetzner managed server, using nodejs 20.18.x on a subdomain.
hetzner runs nodejs server on localhost and forwards all request per .htaccess to this localhost server listener.
https://docs.hetzner.com/de/konsoleh/server-management/faq/installation-of-common-software#nodejs-verwenden
i tested my
BASE_URL
ashttp://localhost:1337
, ashttps://sub.mydomain.de
, but none of these work.but as soon as i visit my domain, i get the following message in the browser
{ "code": "E_NOT_FOUND" }
googling this, seems to address an issue with sailsjs, so pobably i missconfigured my planka.
Can somebody please tell me, what i am missing to get this beauty up and running?
Beta Was this translation helpful? Give feedback.
All reactions