Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to manually execute "node server.js" to start the server #60

Closed
muddro1 opened this issue Dec 16, 2022 · 1 comment · Fixed by #47
Closed

Need to manually execute "node server.js" to start the server #60

muddro1 opened this issue Dec 16, 2022 · 1 comment · Fixed by #47

Comments

@muddro1
Copy link

muddro1 commented Dec 16, 2022

Not sure what is happening, Running ferdium for a while without issue, no changes to my docker compose or anything. But recently, when trying to run the container, the logs show it goes through all its steps, up to and including an APP_KEY and finished with "Nothing to migrate". Then it stops, and cannot access the ferdium server or the website it is supposed to generate.

I then exec'd into the container and ran node server.js and it fixed it and started listening on the given port, and all worked. However, not sure why it is not automatically running server.js.

@SpecialAro
Copy link
Member

Not sure what is happening, Running ferdium for a while without issue, no changes to my docker compose or anything. But recently, when trying to run the container, the logs show it goes through all its steps, up to and including an APP_KEY and finished with "Nothing to migrate". Then it stops, and cannot access the ferdium server or the website it is supposed to generate.

I then exec'd into the container and ran node server.js and it fixed it and started listening on the given port, and all worked. However, not sure why it is not automatically running server.js.

Hi @muddro1 !

Have you tried to wait a bit (like 10 min or so, maximum and depending on your hardware specs) ?

I've faced this issue as well and I think I might have fix it for the upcoming v2 of the Ferdium Server #47

The culprit is in this line 1a39e47#diff-4f5cabe26761257a4d685a6edc7a43e0fe0f78762f50eeb48530f2bd3b3ee7caL67 that takes too long to execute (as it is changing the ownership and group of every file and folder in the project.

@SpecialAro SpecialAro linked a pull request Sep 28, 2023 that will close this issue
39 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants