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
I noticed this in my app after we upgraded to ember 1.11.1 & ember-data 1.0.0-beta.16.1. We reset our app on sign out.
Also, I just created a new ember-cli (0.2.3) app, served it, and ran App.reset(). In both cases:
App.reset()
Uncaught Error: Cannot re-register: `store:main`, as it has already been resolved. ember.debug.js:1720
The text was updated successfully, but these errors were encountered:
Related/dupe: #10310
Sorry, something went wrong.
No branches or pull requests
I noticed this in my app after we upgraded to ember 1.11.1 & ember-data 1.0.0-beta.16.1. We reset our app on sign out.
Also, I just created a new ember-cli (0.2.3) app, served it, and ran
App.reset()
. In both cases:The text was updated successfully, but these errors were encountered: