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