sap-labs-france/ev-dashboard

Login issue outside of localhost

jona972 opened this issue · 2 comments

When I run the app and open it on an IP other than localhost, I get the following error:

Captura de pantalla 2023-03-21 112404

How do I get the application to redirect me to the IP that I am entering in the browser?

you hosted the ev - dashboard in your production server is it ? i believe you should change the host section in config.json to 0.0.0.0 for the ev server and rerun the ev server again . oh and pls make sure that the ev server is running on https otherwise the ev-server will not work

for the dashboard config.json you should point your host to the IP of the server as in your case i believe 192.168.100.202

I am having the same issue:-(, jona972 did you solve it?