Unable to run OpenRemote on a server

Greetings.

I have been trying to get OpenRemote up and running on a server. I have made additions to dockerfile mentioned in this thread and ran into the same issue as the OP of the said thread.

Is there any known fix to this issue?
Thank you in advance.

The guru of Keycloak is @Rich , can you help?

I assume you are trying to run on an alternative path like described in the issue you linked.

The steps described in there should be all that is needed; the key point being you need to start keycloak with a build command to change the baked in path the web server uses. You could build a custom keycloak image to do this long term to avoid the longer container startup times.

Once done you should be able to execute curl http://localhost:8080/my/path within the keycloak container and get a valid HTTP response back.