For the past week, my parse server deployment on Amazon has crashed. I thought that it couldâve been a deprecation issue so I decided to install the updated version of parse server from this url: https://github.com/MoralisWeb3/Moralis-JS-SDK/tree/main/demos/parse-server
and run it locally on my machine.
I configured it properly and created the builds. The server seems to be running fine. However when calling Moralis functions from my frontend, I get âinvalid functionsâ error on almost all the functions. Refer to attached screenshots.
Keep in mind that I have not changed my frontend code. It was running perfectly before the parse server started creating issues.