You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ name: 'AssertionError',
actual: false,
expected: true,
operator: '==',
message: 'cannot autoAttach model "Email". No dataSource found of type mail' }
This is a regression. I'm guessing it is coming from the new boot() implementation or the new datasources.*.
/cc @bajtos
This is a regression. I'm guessing it is coming from the new
boot()implementation or the newdatasources.*.