Hi, Iām struggling with parse server authentication
Iāve downloaded Parse Server from Github, updated .env file with my data, install everything with npm install, followe instructions for build and run but I get errors on both browser console and termial
Uncaught ReferenceError: exports is not defined
at index.browser.cjs.js:3:23
POST http://localhost:1337/api/auth/sign-message 404 (Not Found)
Iāve noticed the signon message on Metamask is always defi.finance. Could be this the problem? Where can I edit?
Thanks