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
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.
AppConfig builds and runs fine in docker
The text was updated successfully, but these errors were encountered:
minump
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: