When running localhost:4200/sightings/new I get this error message:
Uncaught TypeError: _this.get(…) is not a function
at x-option.js:77
at invoke (ember.debug.js:336)
at Queue.flush (ember.debug.js:404)
at DeferredActionQueues.flush (ember.debug.js:528)
at Backburner.end (ember.debug.js:598)
at Backburner.run (ember.debug.js:721)
at Backburner.join (ember.debug.js:743)
at Function.run.join (ember.debug.js:22289)
at Class.hash.success (rest.js:954)
at fire (jquery.js:3305)
Addtionally there seems to be an internal server issue:
Hi @jubalrahl, Ember has definitely seen a lot of change in the 12 months since printing, so it is quite possible one of the dependencies has made a breaking change (x-select definitely broke some things). Which error are you getting? The error from x-select or an error POSTing to the Tracker server?
Here is a thread from errata about switching to the newer x-select, hope it helps! Install EmberX-Select p.437