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 trial

Java Intro to Java Web Development with Spark Bells and Whistles Details

Globu Slab
PLUS
Globu Slab
Courses Plus Student 659 Points

findBySlug() 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

Your route seems to have one slash too many.

Globu Slab
Globu Slab
Courses Plus Student 659 Points

When I try to click the Title (wrapped in anchor) or the Vote Button, HTTP ERROR:404 is displayed.

Rebekah Smith
Rebekah Smith
7,263 Points

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