Hi,
I’ve just signed up to cleavr and I seem to be having problems deploying my ssr app.
I’ve provisioned a server (NodeJS), then a site, then configured an app (with github actions).
I can see the deployment process is successful, but if I go to my public IP I get a 404 not found error.
It seems as though the “npm start” command has not been run?
I noticed one of your deployments earlier had an associated domain that didn’t seem to have the DNS record pointing to the server’s public IP.
https://dnschecker.org/ is a good resource to use to see if the domain is pointing to the correct IP. Let me know if you create and deploy the site again and I’d be happy to take a closer look if you’re still getting a 404.