-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
>= 1.10 Doesn't Respect liveReloadBaseUrl
#68
Comments
thank you for the awesome write up, would you mind adding another scenario to our tests! Something like this one: ember-cli-inject-live-reload/tests/inject-live-reload-test.js Lines 90 to 96 in 6177d46
But with the options that you were using? Presumably it fails now (due to not incorporating the port) but having the test helps us 1) make sure we don’t regress in the future, 2) that I actually understand the problem properly 😜 |
Failing test for ember-cli#68
Sure thing! I've made branch here https://github.com/jherdman/ember-cli-inject-live-reload/tree/issue-68 but I can't seem to open a PR to this repo. Can't say I've had that happen before 😢 |
PR opened! It looks like I was affected by the Github outage. |
Failing test for ember-cli#68
Failing test for ember-cli#68
Failing test for ember-cli#68
I think this was fixed in #113 (please double check). |
Worked like a charm! |
Thanks for confirming! |
Ember: 3.5.0
Our apps are delivered in development mode via Nginx at a URL something like this:
http://example.com/some-app
http://example.com/another-app
some-app is, for instance, really found on http://example.com:4206/some-app.
Prior to v1.10+ we could get away with configuring LR as follows in our .ember-cli file:
In the current versions I can't seem to get the right series of incantations to get this to work any more.
Here's what I've tried:
Host/Port Combo
Host/Port/ENV VAR
ember-cli-inject-live-reload/index.js
Lines 9 to 16 in 09f1525
Same error.
More Advanced Vars
Same error
JS URL
Same error.
Workaround
The work around right now is to downgrade and pin to 1.8.2. I assume the problem is something to do with the middleware configuration for modern Ember.
The text was updated successfully, but these errors were encountered: