dternyak / React-Redux-Flask

Boilerplate application for a Python/Flask JWT Backend and a Javascript/React/Redux Front-End with Material UI.
MIT License
1.51k stars 320 forks source link

404 errors #31

Closed skeebuzz closed 6 years ago

skeebuzz commented 6 years ago

The first time everything worked without any issues by running flask and node (npm start). After a bit of work, I'm now getting 404 errors on the python side when it tries to find files under /dist. I can get it working by running "npm run build:production" which will create the /static/dist directory, but not sure why it's a problem now when it wasn't before. I'm sure I'm missing something (not too experienced with flask or node).

skeebuzz commented 6 years ago

God damnit, nm... I was hitting the wrong port haha