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
The deprecations added as part of #4657 are written in a way that assumes the argument passed into the instance-initializer has an application property. This is true for normal applications, but is not true for engines (which still run our instance-initializers).
Specifically [this line] errors (because application.application is null):
The deprecations added as part of #4657 are written in a way that assumes the argument passed into the
instance-initializer
has anapplication
property. This is true for normal applications, but is not true for engines (which still run ourinstance-initializers
).Specifically [this line] errors (because
application.application
isnull
):The text was updated successfully, but these errors were encountered: