Issue with fastboot after upgrading to ember 3.9
See original GitHub issueI’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:
- Created 4 years ago
- Reactions:2
- Comments:17 (15 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
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.