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