Admin panel URL requires trailing slash
I have a Mergin CE 22.03 instance running on Ubuntu. I can access the dashboard just fine but when trying to navigate to /admin it just times out. My account was created with the --is-admin tag when I launched the server.
So http://localhost:5000/admin/ not like that http://localhost:5000/admin
Hi guys, thanks for reporting this bug
Expected behavior: <server_url>/admin and <server_url>/admin/ will both navigate to the admin panel
After setting up CE, I can access admin panel with this URL: http://my_server:8080/admin/. When I try without last backslash it redirects to port 80 - http://my_server/admin/ and by default config admin panel does not work in that case.