Closed
Description
To reproduce, use '010' as the PCE identifier and look in logs how its value is transformed:
"GET /api/e-conso/pce/consommation/informatives?dateDebut=2025-01-13&dateFin=2025-01-15&pceList%5B%5D=8 HTTP/1.1"
The PCE identifier becomes 8.
010 in octal is 8 in decimal.
This probably happens in the run.sh script, entrypoint of the addon container.