ember-simple-auth: Incompatible with Ember 5.0.0

Ember-simple-auth 5.0.0 is incompatible with ember-cli 5.0.0 it requires ember source 3.8 || 4, while ember-cli 5’s ember-source is ~5.0.0 If we npm install ember-simple-auth --force it will install it, but the browser will raise missing imports errors. e.g. Could not find module @ember/polyfills imported from ember-simple-auth/utils/assign.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 19 (2 by maintainers)

Most upvoted comments

Ember-simple-auth 6.0.0 released https://github.com/mainmatter/ember-simple-auth/blob/master/CHANGELOG.md#600-2023-08-18

Sorry for keeping you waiting 😃

Feel free to re-open if the is actually not fixed.

Hi @BobrImperator, Do you know when 6.0.0 will be released ?

I’m getting “Could not find module ember-simple-auth/services/session imported from (require)” when using “6.0.0-rc.1”.

This is with Ember 5 and embroider.

I can confirm that 6.0.0-rc.1 works fine. Looking forward to the release.