Closed JohnLahr closed 2 years ago
Thanks for opening your first issue here! Be sure to follow the issue template!
I suspect it will be due to using swarm/remote mount that's causing this issue. Could you try mounting /config
to a local filesystem please?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
When creating a new connection, the "Save" button should be enabled and functional, and the "Save and Connect" button should create a saved connection for later re-use.
Current Behavior
The "Save" button is grayed out, and while the "Save and Connect" button is enabled and starts a connection, no saved connection is created. This behavior is reproduced both on my local Docker without a proxy, and in my Docker Swarm cluster behind Traefik.
Steps to Reproduce
Environment
OS: Ubuntu 20.04.1 CPU architecture: x86_64 How docker service was installed: official docker repo
Command used to create docker container (run/create/compose/screenshot)
docker stack up --compose-file docker-compose.yaml $STACK_NAME --prune
Docker logs
docker-compose file
The bind mount at
/mnt/swarm/services/remmina/config
is owned by1000:1000
, recursively.