We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
router.js
It's just a brand new app with
npx ember-cli@latest new new_trytonstore -b @embroider/app-blueprint --pnpm --skip-git --skip-npm
I created manually a new route in the app/routes directory. But then I got a console error
app/routes
Uncaught (in promise) Error: Assertion Failed: BUG: Missing owner
But I also had something saying expected EngineInstance as owner. Looking at the documentation https://github.com/embroider-build/embroider?tab=readme-ov-file#compatibility I noticed that with lazy engines you have import the router from Embroider rather then from Ember itself. So that's what I did and then it worked perfectly.
expected EngineInstance as owner
I'm going to cross post this also in the Embroider repository because it seems this is something inside Embroider going wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's just a brand new app with
I created manually a new route in the
app/routes
directory. But then I got a console errorBut I also had something saying
expected EngineInstance as owner
. Looking at the documentation https://github.com/embroider-build/embroider?tab=readme-ov-file#compatibility I noticed that with lazy engines you have import the router from Embroider rather then from Ember itself. So that's what I did and then it worked perfectly.I'm going to cross post this also in the Embroider repository because it seems this is something inside Embroider going wrong.
The text was updated successfully, but these errors were encountered: