not able to login to uncoder web
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
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 :
Same here. Any news? Do you need more info to resolve this? Thanks!
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.