mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Node JS server not working #351
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Dennise89 on 8/24/2023
CloudPanel version(s) affected
2.3.2
Description
I'm trying to run a version of vite-ssr-plugin on a droplet with CloudPanel installed. When I deploy my code to the server and run npm run prod, the site won't load.
When I install this code on a normal droplet without CloudPanel everything works. But I want to use CloudPanel and Dploy if possible.
How to reproduce
Create a new droplet on DigitalOcean with the CloudPanel image. Run installation of cloudpanel and create a site. Install vite-ssr-plugin in the site folder. Run npm i && npm run prod. This makes the application available on port 3000. Go to the site.
Possible Solution
No response
Additional Context
No response