sap-labs-france / ev-dashboard

The Open e-Mobility Charging Station management front-end Angular application (check also ev-server and ev-mobile)
https://open-e-mobility.fr/
Apache License 2.0
71 stars 103 forks source link

Login issue outside of localhost #3527

Open jona972 opened 1 year ago

jona972 commented 1 year ago

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?

Anmirazik commented 1 year ago

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

hatubist2 commented 1 year ago

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