rokwire / rokwire-building-blocks-api

Source code repository of the Rokwire App Config, Authentication, Events, Profile, and Logging Building Blocks, and Authentication Middleware Library.
Apache License 2.0
3 stars 4 forks source link

Investigate docker run errors in AppConfig BB #1137

Open minump opened 1 year ago

minump commented 1 year ago

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 https://github.com/rokwire/rokwire-building-blocks-api/pull/1127 and https://github.com/rokwire/rokwire-building-blocks-api/pull/1074.

Need to investigate and fix the issue.

Acceptance Criteria

AppConfig builds and runs fine in docker