You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked where the variable is set, and it is configured correctly in open-api-framework.
Therefore, in order to use this variable, it must be configured as an environment variable.
So in some cases, as here objects-api/src/objects/conf/dev.py, it is set directly in the settings file, others not.
Other options instead is to go through the container args:
This can be done manually or, during the build of the container, you must first run the build by passing the variable correctly with the command:
I also checked the github workflow open-api-workflows to analyse the container build process. The steps seems are correct also here.
I ran a printout during the execution of the workflows, and the variables are displayed correctly:
So everything seems to be working as expected, but I am not sure about this issue.
Product versie / Product version
0.8.1
Omschrijf het probleem / Describe the bug
I noticed that the Objects API (2.4.4) isn't showing the version number, not sure if it did so earlier
Stappen om te reproduceren / Steps to reproduce
No response
Verwacht gedrag / Expected behavior
No response
The text was updated successfully, but these errors were encountered: