I have build a web3 application using chakra-UI and three.js. I have added a metamask integration to the website, which helps to mint the NFTs on smart contract.
When I do,
npm run dev
On my machine, my code is running extremely smoothly. I don't see any errors on my localhost:3000
whereas when I am deploying the website using vercel, I am getting this error again and again which says Code NOT_FOUND
Here's the screenshot of that error:
I deployed the website through my VSCode terminal using the
vercel
command.
I selected everything as default which came after executing this command.
Click here to learn more about this error didn't helped either.
I also tried to deploy this by going physically on vercel website and importing the github repo, but that also didn't worked.
The error page URL is:- https://minting-website-frontend.vercel.app/
Can anyone please help me overcome this error, I am stuck here for so long now