-
Notifications
You must be signed in to change notification settings - Fork 278
Bad state: NoSuchMethodError: The getter 'length' was called on null. #931
Comments
I tried Dart 2.8 and it worked just partially and only with |
We need to wait for next release which should arrive soon. In Slack they mentioned about releasing it Q12021 if my memory is not wrong. Try to run it with pub run, it solved my problem temporarily. |
@ayazthemre that would be a version 4?
Havent tested it yet dough.. |
I don't know the benefits but since it will be latest stable version after breaking dart updates we should not be having any problems out of the box. Current as you can see there is -b after version number which I guess means beta. Even in v4 some people seem to have problems so do not use it for production release. |
Got it. I'll stay on current setup then untill a stable issue-free version 4 gets published. |
I'm having this error when running
aqueduct db generate
command but only if an initial migration file exists. In order to make changes to my db I have to delete it and then I can generate one..What should I check out to troubleshoot it?
Many thanks.
This is the print from console :
The text was updated successfully, but these errors were encountered: