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
We can’t reproduce the error in a new project. The error message means that the service provider has been disposed when the transformation tries to initialize the model. Have you configure the service collection in a custom way or are you using a third part service container?
I found the root cause for this. When async init methods are invoked they are not awaited properly which in some cases can cause the service provider to go out of scope before the method has executed.
Hi,
I have some trouble with the manager. It's not possible to open (and edit) some pages.
System.ObjectDisposedException: Cannot access a disposed object. Object name: 'IServiceProvider'.
But these pages are visible at the frontend. It's just a manager issue.
If you need more information, tell me.
Piranha: 9.1.1
.NET 5.0
The text was updated successfully, but these errors were encountered: