Hello. This is my first time deploying a node.js app. I used SvelteKit as framework and the build works at local. Then I deployed on Koyeb with the exposed port 3000 (the same the app listens) but when opening on the browser I get the error:
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
This is the current URL: https://cinu-ai-0.2.0-rc.1-yolvangz-d8515faa.koyeb.app/
Hey!
It seems that it’s because your app name contains a dot (.
). It messes up the generated URL for your service.
If you want to fix this now: rename your app without any dot inside. Either way, this is something that we will probably not allow anymore (I honestly thought this was not allowed), so we will do that for you sooner or later
Sorry for the inconvenience!
I deployed it into a new app following your advice. It works great. Thank you so much!!!