Render trying to access the wrong directory

I’ve been trying to deploy my frontend portion of my project, currently I have deployed it into 3 parts, frontend, backend and database using Postgres. I have been trying to pinpoint why Im getting an error when trying to deploy. Seems like Render is not accessing the directories properly and its trying to access src/src when there aren’t 2 src directories, there its root/src/components. How can I fix this?

x Build failed in 926ms
error during build:
Could not resolve "./components/SignUpForm" from "src/App.jsx"
file: /opt/render/project/src/src/App.jsx

The most likely cause of this issue is an incorrect capital letter or lowercase letter, whether in the directory or the filename I wouldn’t know. All I can tell you is Linux is case-sensitive, and your local system isn’t.

I’ve seen this a couple times now, and I’m starting to think that it is an error in some reasonably popular guide.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.