Deployment error with build

Hello all!

I’m currently trying to deploy a site build with react/TS/sass for the front end. I’m having some issues with the main file in the build on netlify. Locally the site complies just fine, but when I compile on the site the webpack can’t seem to find my index.tsx file. I’ve done some troubleshooting but am at a loss on where I’m going wrong. I think it’s with my webpack & finding the relevant path for the file but I don’t know how to fix that. right now there is no server, if I need to have a small server to give the static version of the HTML, i had it running for a local host but with some troubleshooting found it unneeded to deploy. if I’m wrong on the sever not being needed too let me know.

site name: https://naturetourscssshowcase.netlify.app/

hi there,

giving this a closer look - it definitely seems like your build step can’t find those files.

What you are describing sounds a bit like a an issue with case sensitivity on our system.

Can you give this a read through and let us know if that fixes the issue?

you might also find something useful in here:

This Support Guide contains a ton of useful debugging tips that can likely help.

let us know if any of these resources help at all!