Hello! I have been using Moralis v1 SDK with Unity, but now servers by Moralis are deprecated and in order to continue supporting the project it was proposed to create a self-hosted parse server which I did. I deployed it to production on Heroku platform and launched it successfuly… BUT when I try to connect my Unity app with it there’s error occurs:
Unity SDK needs these two params: Dapp URL and Dapp ID, so in first line I paste Heroku server URL and in second I paste my app id that I set in the project (from documentation: set up parse server locally, demo-project) on NODE.JS, not Vanilla Javascript or React (writing it because came across topic on the forum with those two languages)
I’ve installed it and changed necessary variables and uploaded it to Heroku but now I stumble upon this error, help me, I beg you very much