Can't deploy my dapp

Hi. there I have been working on my project and now I’m trying to deploy the project
but I’m facing errors tried different service providers also tried to create another app started coding from scratch but at the end i get this error (the error I’m getting in vercel :point_right: Module not found: Error: You attempted to import /vercel/path0/node_modules/console-browserify/index.js which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.

tried other service providers I face the same errors but in the index js there is no
console-browserify import

I’m using latest react version and react-script is ā€œ5.0.1ā€,
what could be reason of this error

Does it compile locally? That error looks like some file is missing and it can not be imported

Try the solution here: