API explorer is not useful, since it tried to connect to httpS://localhost/ and the container does not run httpS, only http. #33574
Labels
Bug
This is a bug (something does not work as expected)
Bug
After upgrade from 20.0.2 to 20.0.4 on my production Dolibarr, I just the ability to use the API explorer.
In v20.0.4 I do actually initially get a working API explorer, but as soon as I try to use any endpoint it fails because it tries to connect to httpS localhost from within your official docker v20.0.4 image.
Inside my container I have this environment variable
and this has worked since v18 for 1.5 year.
In front of my dolibarr container I have an nginx exposed to the internet which turns https into a proxy connection using plain text http to a virtual netcard where my dolibarr container runs.
Dolibarr Version
20.0.4
Environment PHP
8.2
Environment Database
MariaDB 11.7.2-MariaDB-ubu2404
Steps to reproduce the behavior and expected behavior
No response
Attached files
No response
The text was updated successfully, but these errors were encountered: