Hi, long time no see, hope youāre doing amazing,
Iāve been following documentation and forum for the related problems but
I canāt pass that { error: unauthorized }
problem,
I did so far:
- App ID is same both server app and client app, re-checked all details among .env files,
- I can see my app in parse-dashboard that I installed manually at my local machine,
- I have exported and imported all database via Studio3T, (method: mongodump, mongorestore)
- Connection to mongodb cluster is OK
- Connection to redis is OK
- I converted all of my cloud functions to TS, through eslint for TS, all warnings cleared and updated
- I turned my moralis sdk to
[email protected]
at client app and ensured that all files which I imported moralis updated, - Re-checked everything in .env file for database-app and client-app
- removed /build and did
yarn build
again. - started the database-app by
yarn dev
_
Issues:
-
I canāt get result from http requests to cloud functions, for example:
http://localhost:1337/server/functions/getServerTime
like I used to see atappId.moralis.server:2053/server/functions/
-
My production phase app canāt start with that server, everything is
unauthorized
_
Most of the answers to the same issue in the forum was about Application ID value which is correct for both database and clientās APPLICATION_ID
Where else should I check, please?