Hi! I try to remove my dapp to self hosted server. I set up your project migration-demo-parse-server and have usual error:unauthorized.
I try to set up parse-server-migration-react-client and it’s working.
But when I try run my dapp (I changed server url to http://localhost:1337/server) I have some errors:
not found http://localhost:1337/server/functions/getPluginSpecs
and Invalid session token at https://unpkg.com/moralis-v1/dist/moralis.js
maybe I missing something…
Can you help me with it?