coryhouse / pluralsight-redux-starter

Completed Dev Environment for "Building Applications with React and Redux" on Pluralsight
https://app.pluralsight.com/library/courses/react-redux-react-router-es6/
1.27k stars 914 forks source link

Warning: [react-router] Location "/" did not match any routes #76

Closed levantam closed 7 years ago

levantam commented 7 years ago

src.zip Error Message in the Console log: Warning: [react-router] Location "/" did not match any routes image

I have a problem with my project and try to check syntax, but I can not fix it Please help me, thanks Course section: Initial App Structure > Create Styles, and I have attached src folder

npm: 5.3.0 All dependencies are the same with package.json

coryhouse commented 7 years ago

Hi, can you please upload your full source to a separate GitHub repo? The zip doesn't have all the files.

levantam commented 7 years ago

pluralsight-redux-starter.zip I attached my project in attachment. Thank for your response :)

coryhouse commented 7 years ago

Change "routers" to "routes" throughout index.js.

levantam commented 7 years ago

Oh, This is a stupid mistake. Thank you a lot

Less97 commented 5 years ago

I have the same problem but I checked a couple of times all the code you wrote in the course. Any hint you could give me? react-pluralsight.zip

coryhouse commented 5 years ago

@Less97 - Please post a link to a GitHub repo on the course discussion board and I'll field it there. Thanks!

Less97 commented 5 years ago

created it here https://github.com/Less97/React-Redux-PluralsightCourse thanks @coryhouse

Less97 commented 5 years ago

I made it work through simplification and rebuilding, thanks anyway 👍

coryhouse commented 5 years ago

@Less97 - Good to hear you're rolling again. :)