ember-cli-fastboot icon indicating copy to clipboard operation
ember-cli-fastboot copied to clipboard

Server-side rendering for Ember.js apps

Results 123 ember-cli-fastboot issues
Sort by recently updated
recently updated
newest added

Using the current ember-cli-fastboot beta with ember stable (4.0.1) I get the following deprecation warnings: ``` DEBUG: ------------------------------- DEBUG: Ember : 4.0.1 DEBUG: Ember Data : 4.0.2 DEBUG: ------------------------------- DEPRECATION:...

As @rwjblue pointed out in #195, aborting a transition in FastBoot causes a `TransitionAborted` error to be thrown by the server, resulting in the request failing and the response returning...

bug
Needs Submitter Response

when using fast-boot the page is rendered in the server side, the ember app is loaded in background, after the ember app is finished loading, the page get refreshed ,...

This is an attempt to follow https://github.com/ember-cli/ember-fetch/issues/656#issuecomment-1173152715

Kind of an experiment to see if the embroider scenarios will pass with the latest version.

When I first read these warnings - I thought it wasnt safe to use in production. Then I saw the blame, and it was 7 years ago. Consider updating the...

Our initial fix https://github.com/ember-fastboot/ember-cli-fastboot/pull/894 was done internally using patch-package and this solved our memory usage issue. The workaround https://github.com/ember-fastboot/ember-cli-fastboot/pull/895 we had merged in ending up causing an extremely bad CPU...

Co-authored-by: Brenden Palmer :::DO NOT USE::: SEEMS LIKE SOURCE MAPS AND VM IS NOT WORKING PROPERLY # Summary We found a slow leak in fastboot, upon further analysis of the...

Since Node.js 10 the `URL` is available as global variable, and it is [WHATWG URL API](https://nodejs.org/docs/latest-v14.x/api/url.html#url_the_whatwg_url_api) - "Browser-compatible URL class, implemented by following the WHATWG URL Standard". But under fastboot...

### najax: method jqXHR."getAllResponseHeaders" not implemented # Update I'm observing the following error every time my fastboot ember app goes to a route with `this.store.query()`: ``` najax: method jqXHR."getAllResponseHeaders" not...