[SOLVED] Cannot access server dashboard

I noticed some console errors in the dapp I am building, meaning I could not authenticate with metamask. I checked the server and cannot access the dashboard.

The following errors come up in the console on the moralis server dashboard page and it displays a blank screen.

dashboard.bundle.js:52 TypeError: Cannot read properties of undefined (reading ‘schemas’)
at m.value (dashboard.bundle.js:110:544785)
at La (dashboard.bundle.js:52:69876)
at Pa (dashboard.bundle.js:52:69671)
at gs (dashboard.bundle.js:52:105470)
at lu (dashboard.bundle.js:52:96717)
at su (dashboard.bundle.js:52:96642)
at Zs (dashboard.bundle.js:52:93672)
at dashboard.bundle.js:52:45314
at t.unstable_runWithPriority (dashboard.bundle.js:60:3844)
at $i (dashboard.bundle.js:52:45023)
es @ dashboard.bundle.js:52
:2053/server/serverInfo:1 Failed to load resource: net::ERR_CONNECTION_RESET
:2053/server/schemas:1 Failed to load resource: net::ERR_CONNECTION_RESET
:2053/server/schemas:1 Failed to load resource: net::ERR_CONNECTION_RESET
:2053/server/schemas:1 Failed to load resource: net::ERR_CONNECTION_RESET
:2053/server/schemas:1 Failed to load resource: net::ERR_CONNECTION_RESET
:2053/server/schemas:1 Failed to load resource: net::ERR_CONNECTION_RESET
dashboard.bundle.js:97 Uncaught (in promise) Error: XMLHttpRequest failed: “Unable to connect to the Parse API”
at handleError (dashboard.bundle.js:97:199482)

My server URL:
https://qqpakvqbtrtr.usemoralis.com:2053/server

server dashboard works now, it looks like the server was restarted 7 minutes ago

I restarted the server to try and make it work. It is still inaccessible.

how do you try to access it? works fine for me

Via this link which you are sent to when you press the dashboard button on the server list page: https://qqpakvqbtrtr.usemoralis.com:2083/apps/moralisDashboard/browser

It shows a loading animation and then a blank page with nothing on it.

this works fine for me: https://qqpakvqbtrtr.usemoralis.com:2083/apps/moralisDashboard/browser/_EthAddress

It appears the network I am connected to is blocking the connection. It is working now, cheers.