I've just set up a MineTrax instance. I was able to log in as superuser and changed my password.
When I try to logout, clicking the Logout menu item does nothing.
There's an error in the dev tools console:
Form submission canceled because the form is not connected
Here's my Docker Compose for MineTrax core:
minetrax:
build:
context: ./minetrax
dockerfile: ./docker/Dockerfile
image: wardensmp/minetrax:8.0.0
container_name: wardensmp-minetrax
restart: unless-stopped
command: ["server"]
environment:
DB_HOST: minetrax-mysql
REDIS_HOST: minetrax-redis
volumes:
- ./minetrax/.env:/var/www/html/.env
- ./data/minetrax/storage-app:/var/www/html/storage/app
- ./data/minetrax/storage-logs:/var/www/html/storage/logs
depends_on:
- minetrax-mysql
- minetrax-redis
networks:
- wardensmp
The problem happens in an up-to-date Chrome-based browser.
I've just set up a MineTrax instance. I was able to log in as superuser and changed my password.
When I try to logout, clicking the Logout menu item does nothing.
There's an error in the dev tools console:
Here's my Docker Compose for MineTrax core:
The problem happens in an up-to-date Chrome-based browser.