dingo35 / SmartEVSE-3.5

Smart Electric Vehicle Charging Station (EVSE)
MIT License
38 stars 13 forks source link

Hompage does not show any data #5

Closed daninden closed 5 months ago

daninden commented 5 months ago

Describe the bug I updated my SmartEVSE to 3.5.0-RC0, and altough the API endpoints are still working, the homepage stays blank.

It does seem to load some resources.

To Reproduce Steps to reproduce the behavior:

  1. Go to the homepage
  2. See nothing

Expected behavior To see the homepage

Screenshots image

daninden commented 5 months ago

I did some quick checks.. looks like the styling.css is not loading properly.

If I save the html page, set the endpoint fixed it is actually working, but only because styling.css has the wrong uri then. If I fix the uri (include the actual ip endpoint), it starts to fail.

If i load the file directly (http://ip/styling.css) it keeps on waiting, i think the webserver has trouble serving the file (size?).

dingo35 commented 5 months ago

Cannot reproduce this. Did you reflash spiffs.bin?

daninden commented 5 months ago

yes i did.. but I just redid it.. and now it's ok.. very strange.