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

Investigate docker run errors in AppConfig BB #1137

Open
minump opened this issue May 11, 2023 · 0 comments
Open

Investigate docker run errors in AppConfig BB #1137

minump opened this issue May 11, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@minump
Copy link
Collaborator

minump commented May 11, 2023

Description

Running AppConfig in docker leads to error.
Running via docker leads to error : http://0.0.0.0:5000/app/configs/ok http://localhost:5000/app/configs/ok http://0.0.0.0:5000/app/configs/version
response :
{
"detail": "Expecting value: line 1 column 1 (char 0)",
"status": 501,
"title": "Not Implemented",
"type": "about:blank"
}
Running in python works fine.

Issue is reported in #1127 and #1074.

Need to investigate and fix the issue.

Acceptance Criteria

AppConfig builds and runs fine in docker

@minump minump added the bug Something isn't working label May 11, 2023
@minump minump self-assigned this May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant