-
Notifications
You must be signed in to change notification settings - Fork 29
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
Error: Expected hasMany options.async to be a boolean #189
Comments
So when I go to: - @hasMany('content') posts;
+ @hasMany('content', { async: false }) posts; It will get me past this problem. Can be fixed in |
Hmm so apparently to the discussion on Discord |
Oh wait, latest |
- As per few issues reported [1](empress#189), [2](empress#188), [3](empress#175) newly bootstrapped app would not work - This makes it work slightly better.
- As per few issues reported [1](empress#189), [2](empress#188), [3](empress#175) newly bootstrapped app would not work - This makes it work slightly better.
Just to document this: guides-source has a ticket to have explicit attributes for |
Given that the most "empress-blog" part of the stack trace is:
I would expect following file contents to be problematic:
The text was updated successfully, but these errors were encountered: