Deployment Issue of Adonis 6 Application on DigitalOcean and Render #4473
Unanswered
gabrielbuzziv
asked this question in
Help
Replies: 1 comment
-
Probably you could omit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, fellow developers!
I'm currently experiencing a deployment issue with an Adonis 6 application on DigitalOcean and Render. The build and running phases seem to execute properly, but upon completion, the following message is consistently returned:
[10:50:11.479] INFO (51): started HTTP server on localhost:8080.
Unfortunately, despite this message, both DigitalOcean and Render constructors fail to build the application successfully.
My setup is as follows:
Build Command:
yarn build
Run Command:
The above commands work perfectly in a local environment, but they seem to fail during the deployment stage on both DigitalOcean and Render.
Thats the deployment logs
Has anyone experienced a similar issue or does anyone have any recommendations for troubleshooting this? Any help would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions