Migrating Project from Heroku and I get "Failed to load resource: the server responded with a status of 404 ()"

I am getting a “Failed to load resource: the server responded with a status of 404 ()”, and from what I can gather, Render cannot find the “dist” folder created by Webpack.

Here is my repo: GitHub - anthonysgro/knight-chess-3: My multiplayer chess game created using socket.io, react/redux, and express.

I check the logs while Render builds my app and I see webpack running and building my main.js file, so I don’t understand why the app cannot find it. Thanks for any help

Solved it myself, I had to change my scripts to this:

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