Open AdminBBT opened 1 year ago
Same error here. i install it using docker. Then i click on admin and this is the result
if i directly type localhost:3002 it keeps loading
I'm having a similar problem. UI (localhost:3002) is sending requests to backend.cenit.io for credentials, not local server path (localhost:3000).
I am running Cenit on Docker local machine, I made it all the way to allow me to login an and show two options OpenID or Admin,
when click on OpenId it redirected to 10.1.0.195:3000/app/open_id and shows and error message, Ups! No Authenticator provider are configured
When click on Admin it shows multiple links like HTTP://localhost:300, app.cenit.io, HTTP://10.1.0.195:3000, but when select any of those the URL change to "http://10.1.0.195:3000/?cenitHost=http%3A%2F%2F10.1.0.195%3A3000" and came back to the previous screen
I am not an expert in docker or anything like this, but I am trying to make this working but I got stuck in here.
Thanks