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 trialDrake Shelton
9,138 PointsPage is blank when I preview and finish with http://port-80-nfouz9adp1.treehouse-app.com/#/posts
Error: Assertion Failed: The URL '/posts' did not match any routes in your application
at new Error (native)
at Error.EmberError (http://port-80-nfouz9adp1.treehouse-app.com/libs/ember.js:13538:23)
at Object.Ember.assert (http://port-80-nfouz9adp1.treehouse-app.com/libs/ember.js:3722:15)
at http://port-80-nfouz9adp1.treehouse-app.com/libs/ember.js:25076:17
at tryCatch (http://port-80-nfouz9adp1.treehouse-app.com/libs/ember.js:45818:16)
at invokeCallback (http://port-80-nfouz9adp1.treehouse-app.com/libs/ember.js:45830:17)
at http://port-80-nfouz9adp1.treehouse-app.com/libs/ember.js:47697:13
at http://port-80-nfouz9adp1.treehouse-app.com/libs/ember.js:29069:9
at DeferredActionQueues.invoke (http://port-80-nfouz9adp1.treehouse-app.com/libs/ember.js:634:18)
at Object.DeferredActionQueues.flush (http://port-80-nfouz9adp1.treehouse-app.com/libs/ember.js:684:15)logToConsole @ ember.js:14463
ember.js:3722 Uncaught Error: Assertion Failed: Error: Assertion Failed: The URL '/posts' did not match any routes in your application
Johnny Romano
34,684 Points<script src="routes/router.js"></script>
Iain Simmons
Treehouse Moderator 32,305 PointsIain Simmons
Treehouse Moderator 32,305 PointsCan you share your code, and use the style described in the Markdown Cheatsheet below the text entry area?