I had already tried that and it did not work. Tried again but still same thing.
I found a way to make it work.
In cfg.yaml I changed:
lapi_key: ${API_KEY}
to
lapi_key: *actualkey*
It now works.
That’s weird because if I do ‘printenv’ command I can see the API_KEY variable.
Any idea why ?