I was watching this âI Cloned OpenSea in 2 Hoursâ video on Youtube by the Moralis channel and decided to clone the final project (which started from the github repo of the ethereum boilerplate).
After cloning I ran npm install and installed the dependencies, changed the .env.example to .env and assigned my AppID and ServerURL values from Moralis. Now, when I run npm start I get this React error on my browser: âError: A cross-origin error was thrown. React doesnât have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.â.
I tried Cleaning my local storage in Dev Tools from Chrome but nothing. What am I doing wrong? Here I leave the github repo which I cloned