Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGlobu Slab
Courses Plus Student 659 PointsfindBySlug() not working.
When I click on {{title}} and {{voteCount}} I get the following error msg.
When HTTP ERROR: 404
Problem accessing /ideas//vote. Reason:
Not Found
2 Answers
Pedro Cabral
Full Stack JavaScript Techdegree Student 23,916 PointsYour route seems to have one slash too many.
Rebekah Smith
7,263 Pointscraigsdennis runs into the same issue getting a 404 and the link /ideas//vote, at 6:37 in https://teamtreehouse.com/library/intro-to-java-web-development-with-spark/bells-and-whistles/details
In his case, it's a different link, and it couldn't find the slug because of a typo creating the link in idea.hbs. So you could have made a typo somewhere creating your link.
Globu Slab
Courses Plus Student 659 PointsGlobu Slab
Courses Plus Student 659 PointsWhen I try to click the Title (wrapped in anchor) or the Vote Button, HTTP ERROR:404 is displayed.