question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for scoped/organizational engines => mount('@org/engine')

See original GitHub issue

So, I tried to create a scoped engine @org/engine and tried mounting it in the dummy app:

Router.map(function () {
  this.mount('@org/engine, { path: '/foo'});
});

which gives this error: Assertion Failed: Asset manifest does not list any available bundles.

I traced it down to this line: https://github.com/ember-engines/ember-asset-loader/blob/f8f1a448456697dbf128da27a15ca034d848763a/addon/services/asset-loader.js#L230

Second, here is the function that invokes the one above: https://github.com/ember-engines/ember-engines/blob/93f40763e22e536437a8fa63c66840ff9fa7b20d/addon/-private/router-ext.js#L238

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:15 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
lennyburdettecommented, Mar 23, 2018

@dfreeman not that I’m aware. It worked when I was testing them locally.

1reaction
buschtoenscommented, Mar 27, 2019

Yes, it did. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found