Deployment RollupError: Could not resolve "./Features/Home/Home.jsx" from "src/App.jsx"
I am trying to host my react vite project on vercel and netlify but everyttime the build fails with the error below
RollupError: Could not resolve "./Features/Home/Home.jsx" from "src/App.jsx"
Admin
2023-11-04
Your build is failing due to the mixed case filenames. To fix this error all you need to do is change either the folder name Home to something else (e.g Sample) or change the Home.jsx to something else as well e.g index.jsx.
Similar Content
- DeprecationWarning: Using 'compiler' as the first argument is deprecated. Please use 'options' as the first argument and 'compiler' as the second argument error on React Native.
- How to read system images in an electron-react app
- How to call more than one function within jsx in next.js and react
- Error: Invalid `prisma.model.findMany()` invocation. Query engine library for current platform "debian-openssl-1.1.x" could not be found.
- How to view NFT metadata on hedera block chain
Privacy Policy
By using our website,
you agree that devmaesters can store cookies on your device and disclose information in accordance with our privacy policy.