dternyak/React-Redux-Flask

404 errors

skeebuzz opened this issue · 1 comments

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).

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