Uncoder_IO icon indicating copy to clipboard operation
Uncoder_IO copied to clipboard

not able to login to uncoder web

Open cgisesoc opened this issue 1 year ago • 4 comments

Hi, installed this on-prem, it works locally, but when we try to reach it remote (http://uncoder.servername.xx/)we only get "Something went wrong" like the plugin is not loaded.

and, how can we load other SIEM-translator like eg. logpoint, we can see that the translator exists under uncoder-core/app/translator but its not loaded in GUI

cgisesoc avatar Jun 18 '24 14:06 cgisesoc

Skärmbild 2024-06-18 164843

cgisesoc avatar Jun 18 '24 14:06 cgisesoc

Actually got the same issue, the translators are not loading. Can't find any issue in the logs server side.

But found this in Microsoft Edge console : image

image

nihilstic avatar Jul 04 '24 15:07 nihilstic

Same here. Any news? Do you need more info to resolve this? Thanks!

Ceelight avatar Mar 03 '25 11:03 Ceelight

You can modify the .env in:

uncoder-os/.env

This contains the value of the UNCODER_API_BASE_URL= So if your domain is example.com this needs to be

UNCODER_API_BASE_URL=http://example.com:8000

This is what is used to talk to the backend/translate

This will need to match the domain and if your using https, make this https.

rootloopz avatar Jul 30 '25 19:07 rootloopz