Error with LLM api variables

Hello all, great to be part of the community!

I am experiencing an issue after installing oTToDev. I have the application installed and accessible, with keys for Open Router added, however, the app says no API keys have been added. Even in Docker when deploying, it says no API keys found, defaulting to blank string.

I made sure to rename .env.example to .env.local and set the keys. I even tried setting the key directly in the docker-compose.yaml & within the UI itself, but it still does not work.

Can anyone assist?

Update: I retried on Windows, instead of my VPS running Ubuntu, and it worked as expected. My PC seems to be struggling to keep up however.

Would love to get it sorted on my VPS

Try passing --env-file .env.local

So for example : docker compose --profile production --env-file .env.local up -d

I think you should rename it .env and not .env.local