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
I apologize, after further investigation I can elaborate. I am using new embroider build system with webpack. After updating ember-simple-auth to version 4.0.0 the app I am working on was broken. The reason for this, as it seems, is simply that you don't have ember-simple-auth@4.0.0 in your dependencies list:
"ember-simple-auth": "^1.6.0 || ^2.0.0 || ^3.0.0"
The app works fine if I revert back to classic build, and it also works if I try and add ^4.0.0 to that dependency version list. I hope this could be just as easy as that.
This pull request has removed
setup-session-service
: mainmatter/ember-simple-auth#2315Rendering
ember-simple-auth-token
incompatible.The text was updated successfully, but these errors were encountered: