ef4 / prember

Prerender Ember apps with Fastboot at build time.
MIT License
195 stars 17 forks source link

Fixing issue with protocol #34

Closed mansona closed 5 years ago

mansona commented 5 years ago

In #33 the protocol header was added to fix some issues with ember-fetch not being able to figure out the correct protocol to use.

As it turns out a new bug was introduced (and you can see me trying to work around it here: https://github.com/ember-learn/ember-website/blob/master/app/adapters/application.js#L19)

Essentially the old behaviour was that the protocol would come through as undefined: and now it has been updated it comes through as http:: with a double :.

I have tested this fix locally and it works 👍

ef4 commented 5 years ago

Thanks Chris, released in 1.0.2.