question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with fastboot after upgrading to ember 3.9

See original GitHub issue

I’m getting this error from fastboot while running in production (fastboot-app-server), this does not happen in local development:

Error: Cannot find module 'abortcontroller-polyfill/dist/cjs-ponyfill'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
    at Function.Module._load (internal/modules/cjs/loader.js:508:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.require (node_modules/fastboot/src/ember-app.js:130:18)
    at a.callback (ember-fetch/fetch-fastboot-5e5d008c8b65b0ac116f7635d0c6c6b9.js:1:24)
    at a.exports (assets/vendor-21774982fde9f3d01e619c23b73298da.js:19:21)
    at a._reify (assets/vendor-21774982fde9f3d01e619c23b73298da.js:22:35)
    at a.reify (assets/vendor-21774982fde9f3d01e619c23b73298da.js:21:23)
    at a.exports (assets/vendor-21774982fde9f3d01e619c23b73298da.js:18:84)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:17 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
kiwiupovercommented, Apr 13, 2019

What version of ember-data are you using? If ember-data 3.9.0 there is a fix coming in 3.9.1 which should be released this week.

Cheers Dave

On Sat, Apr 13, 2019 at 8:24 AM Luca Corti notifications@github.com wrote:

Looks related to ember-cli/ember-fetch#184 https://github.com/ember-cli/ember-fetch/issues/184

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ember-fastboot/ember-cli-fastboot/issues/686#issuecomment-482821336, or mute the thread https://github.com/notifications/unsubscribe-auth/AAniC_sWRNteEg58ZmqU5Tenqyg3iRY9ks5vgfaigaJpZM4cuGd8 .

0reactions
lucacorticommented, Jul 15, 2019

FastbootAppServer 2.0.0 is out with ember-fastboot/fastboot-app-server#102 merged. I tested this in production and everything works as expected, so I’m closing this.

Thanks to everyone for the help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ember 3.9 Released
This utility will help you to update your app or add-on to the latest Ember CLI version. You will probably encounter merge conflicts,...
Read more >
Shoebox - Ember FastBoot
This service contains several useful objects and methods you can use to manage an application's state when it is being FastBooted. Property, Description ......
Read more >
ember-cli-clipboard | Yarn - Package Manager
A simple ember wrapper around clipboard.js (no flash). Demo Page. http://jkusa.github.io/ember-cli-clipboard. Usage. CopyButton Component.
Read more >
Changelog - ember-bootstrap
#1736 Upgrade Ember to 4.1, drop support for Ember < 3.24 (@simonihmig) ... #1219 Fix Tooltips/Popovers when used w/ FastBoot and rehydration ...
Read more >
ember-fetch - npm
There are 65 other projects in the npm registry using ember-fetch. ... However, ember-fetch grabs the protocol and host info from fastboot request...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found