No 'Configuration' option when Rasa X is running in production mode

Everything is fine locally:

But there is no ‘Configuration’ menu when I deploy it on server:

ok, issue is solved. It was enough to add the config.yml to the /etc/rasa on server, change its access rights so Rasa can edit it, and to mount it in docker-compose.override.yml:

    volumes:
      - ./config.yml:/app/config.yml