Hello,
-
These are my parameters which i am passing in .env file
REACT_APP_MORALIS_APPLICATION_ID =2
REACT_APP_MORALIS_SERVER_URL =http://localhost:1337/server
then why i am getting 404 not found??
Request URL: http://localhost:1337/server/users
Request Method: POST
Status Code: 404 Not Found -
If i gave application id of moralis application id then it is showing
Request Method: POST
Status Code: 403 Forbidden -
Can i use โreact-moralisโ: โ^0.2.6โ, in my frontend application?