-
-
Notifications
You must be signed in to change notification settings - Fork 153
You tried to access an instance of UserStore that was not ready yet #119
New issue
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
Comments
In case you upgraded to V5 there has been a change. Are you using named registrations? |
I tried putting await getIt.allReady(); before calling the next route, it never goes, its like it never gets ready |
Oh, i think i just found the problem, the store is throwing an error on the initialization, thats why it does not proceed |
That was the problem, sorry for the useless issue. |
My app started giving this error, I would like to know the possible causes because it was working just perfect and out of nothing, this started, sorry if its documented, I tried searching and reading but could find something about
The text was updated successfully, but these errors were encountered: