We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug the core application does not provide a working web interface to interact with the feedback system
To Reproduce Steps to reproduce the behavior:
docker-compose up --build -d core
Expected behavior The log in page of the FBS should be displayed.
Screenshots
Desktop (please complete the following information):
Additional context this bug is caused by missing dependencies for core service in docker-compose.yml the missing depends_on attributes are:
The text was updated successfully, but these errors were encountered:
S-Reinhard
No branches or pull requests
Describe the bug
the core application does not provide a working web interface to interact with the feedback system
To Reproduce
Steps to reproduce the behavior:
docker-compose up --build -d core
and wait for start upExpected behavior
The log in page of the FBS should be displayed.
Screenshots
Desktop (please complete the following information):
Additional context
this bug is caused by missing dependencies for core service in docker-compose.yml
the missing depends_on attributes are:
The text was updated successfully, but these errors were encountered: