-
Notifications
You must be signed in to change notification settings - Fork 100
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
Corber: Unknown browser undefined #509
Comments
Thanks for this. I managed to get a replication case from the ember slack, hopefully a solution this week. It appears to be happening with the newest version of ember-cli. |
Right on. Thanks for the reply. I'm also getting this when I hit
Downgrading ember-cli to 3.1.4 fixed that one. |
Bummer! This still happens in ember-cli 3.1.4. (Unknown Browser) |
I got it to work with Ember-CLI 3.1.4. It initially failed with |
Thanks for the updates. I can confirm rolling back to 3.1.4 with / without the optimized I'm still working on a clean solution and should have a update end of week. We're considering a fast fix while scoping a more permanent solution which ultimately addresses #403 as well. For the most part, it relates to our internal use of the ember builder (https://github.com/isleofcode/corber/tree/master/lib/frameworks/ember/tasks) which is no longer in sync with later versions of ember-cli. |
The latest version (1.2.10) includes a fix for this, but only for ember-cli 3.1.4 and earlier. We’re still working on a fix for later versions of ember-cli and hope to have it out this week. Until then, keeping your ember-cli locked at 3.1.4 or earlier is the best solution. |
To be clear - upgrading to 1.2.10 didn't fix it for me, until I deleted the file "targets.js" Is that what was expected? |
Currently on ember-cli 2.18.0 Cheers @alexblom |
@adentranter No problems @OakBehringer That was not expected, but we're still fully fixing the issues for |
There is a temporary fix you can apply as of corber 1.2.10 for projects with an ember-cli version greater than 3.1.4. Projects with pre 3.1.4 should not require any changes. We're still working on a more robust fix that will not impact corber projects running on earlier ember-cli versions. From your projects root directory:
|
There is a complete fix in #518. Some cleanup / CLI improvements to do before merging but you can expect it on Friday. |
Should be fully resolved as of 1.3.0. See the release notes for details. |
When trying to run corber serve...
Stack Trace and Error Report:
The text was updated successfully, but these errors were encountered: