fastboot-express-middleware icon indicating copy to clipboard operation
fastboot-express-middleware copied to clipboard

An Express middleware for rendering Ember apps with FastBoot

Results 12 fastboot-express-middleware issues
Sort by recently updated
recently updated
newest added

This adds an `onFailure` hook that can be passed into the fastboot middleware. The use case is apps may already have a way of handling errors. This allows someone to...

This is lightly tested on my local machine. I think we need to add this because the initial FastBoot request is missing a content-type header. See my issue here: https://github.com/ember-fastboot/fastboot-app-server/issues/78...

*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š [Find out how to migrate...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

## The dependency [fastboot](https://github.com/ember-fastboot/fastboot) was updated from `2.0.3` to `3.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `5.2.0` to `7.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

I was working on a feature that used an npm package to get the IP address of a client conncting to the Fastboot server, which was configured as a middleware...

### Calling all knowledgeable Express.js folks! The test case in this repo that tests resilient mode without a custom error handler _should_ fail (eg, it does IRL when using resilient...

Motivation: If a developer wants to do some extra parsing in the response created by fastboot. The only option to use other middleware's is when fastboot throws an error. This...