Licensed Account Not Recognized in Docker Environment – New Account Creation Screen Appears

We correctly added the account information we purchased under license for the application we run in the Docker environment to the relevant environment variables in the docker-compose.yml file. However, after starting the application, when we access the URL through the browser installed in the Docker environment, the system asks us to create a new account instead of logging in with our existing licensed account. Therefore, we cannot use our licensed account.
What can I do to access my licensed account from the Docker environment?

Information on your n8n setup

  • **n8n version:**1.122.4
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • Operating system:Linux

Make sure that the docker is being mapped correctly to the folder, you might’ve put the info in right, but docker stores stuff in a database.sqlite file and if it wants you to make a new account it isnt seeing it.. Also make sure n8n has permission to see the folders.