You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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:
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: