Parse Dashbard - spinning balls & white screen

I have now double and triple checked the app id and master keys are correct.

I have also tried removing the enclosing quote-marks from the server url.

What’s the version of Parse Dashboard that you are running?

Version: parse-dashboard: “^3.2.1”

Is Parse Server working when you do an api call using curl (for example). Could you share the command?

Hi,
i have the same problem with parse and docker … white screen after login with the following errors showing in chrome dev tools:

Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '<URL>'. This request has been blocked; the content must be served over HTTPS.

TypeError: Cannot read properties of undefined (reading 'schemas')
    at b.value (dashboard.bundle.js:2:2018729)
    at Ba (dashboard.bundle.js:2:1452415)
    at $a (dashboard.bundle.js:2:1452210)
    at ws (dashboard.bundle.js:2:1487691)
    at pl (dashboard.bundle.js:2:1479166)
    at dl (dashboard.bundle.js:2:1479091)
    at rl (dashboard.bundle.js:2:1476121)
    at dashboard.bundle.js:2:1427894
    at t.unstable_runWithPriority (dashboard.bundle.js:2:1638397)
    at Wi (dashboard.bundle.js:2:1427603)

Uncaught (in promise) Error: XMLHttpRequest failed: "Unable to connect to the Parse API"
    at handleError (dashboard.bundle.js:2:1316460)

could maybe someone provide a working compose file and a working reverse proxy configuration for nginx?

thank you