#Dashboard not loading

1 messages · Page 1 of 1 (latest)

elfin token
#

I am having issue with the dashboard not loading, it just shows spinning loading icon.
In cmd it shows
"←[0m ←[35mdashboard←[0m Bot (REDACTED) has been connected!"
and
ipc_client: Connected to dashboard!

#

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
    },```
elfin token
#

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

leaden parrot
elfin token
#

Cloudflared tunnel, and i have websockets allowed in it

regal aurora
elfin token
#

that worked, now it loads
thank you!