The dashboard did not load
The page opened but its JavaScript never ran. Check these, in order:
- Upload the whole
dist folder — index.html
and the assets folder together. Delete the old
assets folder first; the filenames change on every build.
- Hard-refresh this page: Ctrl + Shift + R.
- Open DevTools (F12) → Console and Network. A red 404
next to a file under
/assets/ confirms point 1.
The API is separate from this page. To check the server side open
/api/health.php?key=YOUR_API_KEY.