ember-fastboot / ember-fastboot/ember-cli-fastboot
Ember Data issue on deployed fastboot app
Open
- Dominant language
- JavaScript
- Stars
- 850
- Forks
- 161
- Avg merge
- 17h 45m
- Merged PRs (30d)
- 19
Description
I've gotten Fastboot working locally; however when I deploy I seem to be having adapter issues. No requests are working (and from observation of the API logs I can tell the requests are not even hitting the API server at all). I am struggling to get anything useful out of the stack trace and have ready everything I can find to no avail. Static pages that make no API requests work fine.
```
229: Error while processing route: appreciations.index.join Ember Data Request GET /v1/tags returned a 404
256: Payload (Empty Content-Type)
258:
259:
261:
263:
265: Error
266:
268:
269:
Cannot GET /v1/tags
271:
273:
275: Error: Ember Data Request GET /v1/tags returned a 404
276: Payload (Empty Content-Type)
278:
280:
281:
283:
285: Error
286:
288:
289:
Cannot GET /v1/tags
292:
291:
294:
296: at r (/app/dist/assets/vendor-0585b5c2bb4f546ccb539553190c787d.js:653:13)
298: at r.B (/app/dist/assets/vendor-0585b5c2bb4f546ccb539553190c787d.js:5715:36)
300: at new r (/app/dist/assets/vendor-0585b5c2bb4f546ccb539553190c787d.js:5716:54)
301: at r.handleResponse (/app/dist/assets/vendor-0585b5c2bb4f546ccb539553190c787d.js:6238:17)
303: at r.handleResponse (/app/dist/assets/vendor-0585b5c2bb4f546ccb539553190c787d.js:5479:169)
304: at r [as handleResponse] (/app/dist/assets/vendor-0585b5c2bb4f546ccb539553190c787d.js:2940:9)
306: at s (/app/dist/assets/vendor-0585b5c2bb4f546ccb539553190c787d.js:6257:14)
308: at Object.l.error (/app/dist/assets/vendor-0585b5c2bb4f546ccb539553190c787d.js:6243:57)
309: at fire (/app/node_modules/jquery-deferred/lib/jquery-callbacks.js:78:30)
311: at Object.fireWith (/app/node_modules/jquery-deferred/lib/jquery-callbacks.js:188:7)
313: at Object.fire [as reject] (/app/node_modules/jquery-deferred/lib/jquery-callbacks.js:195:10)
314: at onError (/app/node_modules/najax/lib/najax.js:208:9)
316: at dataHandler (/app/node_modules/najax/lib/najax.js:153:18)
318: at IncomingMessage. (/app/node_modules/najax/lib/najax.js:198:9)
320: at IncomingMessage.emit (events.js:187:15)
321: at endReadableNT (_stream_readable.js:1085:12)
323: at process._tickCallback (internal/process/next_tick.js:63:19)
```
Is there something I am missing? One noteworthy difference between the local environment and the production environment is I have SSL disabled locally, but I don't imagine this would impact it. Is there any way to get anything more out of this stack trace? Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.