#Dashboard not loading
1 messages · Page 1 of 1 (latest)
my dash config:
"host": "0.0.0.0",
"port": "8000",
"password": "REDACTED",
"client_id": "REDACTED",
"client_secret_id": "REDACTED",
"secret_key": "random string here REDACTED",
"redirect_url": "https://musicbot.tobikcze.eu/callback",
"logging": {
"file": {
"path": "./logs",
"enable": true
},
"level": {
"dashboard": "INFO"
},
"max_history": 30
}
}```
and my bot config:
"host": "127.0.0.1",
"port": 8000,
"password": "REDACTED",
"secure": false,
"enable": true
},```
i am running the bot and dashboard on 64 bit windows server 2022 install, with python 3.13.9
the dashboard throws these two errors to the console
and browser log shows this
The script from “https://musicbot.tobikcze.eu/” was loaded even though its MIME type (“text/html”) is not a valid JavaScript MIME type.
musicbot.tobikcze.eu
Uncaught SyntaxError: expected expression, got '<'
action.min.js:1:1
Failed to connect with service worker for getRuleList msg undefined
What is your reverse proxy? Have you enabled websocket support? I can also suggest attaching the browser console logs, perhaps there could be something useful...
Cloudflared tunnel, and i have websockets allowed in it
browser console logs here ^
Try to upgrade your dashboard to beta version
that worked, now it loads
thank you!