Hi Rich,
Ooooh ok, my bad
I have tried to input the IP address in my browser as suggested in the quick guide but unfortunately, it does not load the page (neither if I try to access it using https://localhost).
I am using the bash cmd given in the quick start guide:
OR_HOSTNAME=192.168.178.44 OR_SSL_PORT=8443 docker-compose -p openremote up -d
I sort of had success accessing the OpenRemote Manager UI using the IP address in the browser when I was starting a stack with the PowerShell cmd:
cmd /C “set KEYCLOAK_FRONTEND_URL=https://192.168.178.44/auth && docker-compose -p openremote up”
(I got this command from this thread MQTT Connection - #13 by tomasbarthalot)
but then I get an error: Invalid parameter: redirect_uri when I input the IP but not when I use https://localhost.
I am a bit confused about why none are working