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

Devserver stuck in an inifnite loop #3969

Open
jakubfiala opened this issue Dec 4, 2023 · 0 comments
Open

Devserver stuck in an inifnite loop #3969

jakubfiala opened this issue Dec 4, 2023 · 0 comments

Comments

@jakubfiala
Copy link

jakubfiala commented Dec 4, 2023

Context

I just got Akvo Flow running locally with docker-compose as suggested by the documentation. When the dev server starts, it gets stuck in an infinite loop printing:

akvo-flow_1           | [661]   4665 Done                    jobs -l
akvo-flow_1           |       4666                       | grep "Exit"
akvo-flow_1           |       4667                       | tr -s " "
akvo-flow_1           |       4668 Exit 1                  | grep " $npm_process "

The server is still accessible at localhost:8888. I'm on Ubuntu 23.04 running Docker version 24.0.7 and the latest master revision of this repo.

Problem or idea

I suspect this is caused by this line, which should stop the container but it doesn't:
https://github.com/akvo/akvo-flow/blob/master/ci/devserver.sh#L24

Solution or next step

There must be a reason why the script exiting doesn't actually cause the container to stop.

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

No branches or pull requests

1 participant