Currently we’re following the quick start guide found on the github.
We are able to start the docker stack, but attempting to visit the manager page (local ip/manager) results in a blank screen with several errors.
Does anyone have any idea on how we can fix this?
Update on the issue:
There was an issue with receiving changes from a different ip than it is expecting, so running sudo OR_HOSTNAME=<public ip, or whatever you want to connect from.> docker compose -p openremote up fixed this.
sudo OR_HOSTNAME=<public ip, or whatever you want to connect from.> docker compose -p openremote up
kindly post docker file’s scrrenshot