Getplugins CORS error

I tried deploying an app I’ve been working on, it kept giving the error:
Access to XMLHttpRequest at ‘https://ryp6krzvbcoy.usemoralis.com:2053/server/functions/getAllTokenIds’ from origin ‘http://127.0.0.1:5500’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
And
moralis.js:52968 Uncaught (in promise) Error: Network Error
at createError (moralis.js:52968:15)
at XMLHttpRequest.handleError (moralis.js:52419:14)

I am using Liveserver from VSCode, please help me out.

Is the server working fine? Can you try to restart it? Everything else works in that application?

I restarted it and it gave me that same error. I then tried deploying to moralis and it then gave this error: Error: Request failed with status code 522.

You can check if the connection is blocked somehow, like firewall, vpn

It seems to be a problem with the server, I’m trying to update it now

Ok, please reply when thats done. Hopefully it works.

did you wake up this server recently? the server should work now