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

JavaScript

Uncaught ReferenceError: Ember is not defined

Double checked everything, pretty frustrating, running on mac locally

More info would be good.

What does your index.html look like?

How do I post HTML in the comments?

5 Answers

You can post code in comments or as an answer. Refer to the Markdown Cheatsheet link at the bottom.

This is a long shot but try writting in your code ember and not Ember.

Or maybe declare the var Ember.

There are so many possible answer that you'll have to provide some additional info and code.

Cool thanks guys I got it! Now a new error, I didnt change anything, and when I reloaded mongoose I'm getting a 404 error :/

http://192.168.0.26:8080/posts 404 (Not Found)

Broken link maybe?

But looks like something is wrong in your server config: this on a vhost? Maybe the folder permissions are to narrow?

Please provide some extra info or helping you could get tricky.

That's what I figured, I'm using codio and not a full on blank server.