Im just getting started with OpenRemote. From what I read it suits my needs.
I am not sysADmin, so I had someone install it for me.
But I was never able to push data to OpenRemote from a sensor.
I figured out how to create a service user, get the secret, get the access token from …/auth/realms/master/protocol/openid-connect/token
But trying to PUT data using HTTP to …/api/master/asset/7ASXXRJOFmRO9t6zxzHp8L
Never worked for me.
Then I read somewhere that attribute API update API was probalæbly running on port 8080, and I tried to change the docker proxy container to forward port 8080, and then also tried to change the HAproxy to handle this. but I was unable to, and tried to revert…
I changed the docker compose ymp file and the HAproxy cfg file,
And think I set it back to original…
but now nothing works.
WHen I try to login to OpenRemote manager I see the login screen, I enter my credentials and press the login button… then I just see all white page.
Investigating the issue with developers tool in the browser I get these errors
Failed to load resource: the server responded with a status of 403 ()
and
Uncaught (in promise) Error: Request failed with status code 403
at e.exports (bundle.554156cc13bf23605557.js:8:34870)
at e.exports (bundle.554156cc13bf23605557.js:8:37298)
at XMLHttpRequest.x (bundle.554156cc13bf23605557.js:8:29469)
When I look in the logs for keycloacks, I see something like:
2025-02-15 11:18:55,692 WARN [org.keycloak.events] (executor-thread-1) type=“REFRESH_TOKEN_ERROR”, realmId=“dab42d12-2794 -49fa-805c-aacae2f110fa”, clientId=“openremote”
I simpley cannot figure this out, and even trying to find a freelance sysadmin that know about this seems a challenge.
Thoughts?