Could not enter monitor before timeout in content store
Hello Team,
We are running Umbraco.CMS v13.4.1.
We have this method inside an implementation of UmbracoApiController.
The aim of this method is to create a media folder and then create an actual media inside that folder.
Below is an example of this folder created:
On a fresh start of the app there is no issue. But after some time, we are getting this error when trying to upload a media that calls that method.
The error happens during the folder creation. When this code is called:
mediaService.Save(folder);
I was hoping someone can help us out resolve this issue?
Thank you.
I have included the full error below:
An error occurred while creating an update request "One or more errors
occurred. (Could not enter monitor before timeout in content store)",
Details: "System.AggregateException: One or more errors occurred.
(Could not enter monitor before timeout in content store) --->
System.TimeoutException: Could not enter monitor before timeout in
content store at
Umbraco.Cms.Infrastructure.PublishedCache.ContentStore.Lock(WriteLockInfo
lockInfo, Boolean forceGen) at
Umbraco.Cms.Infrastructure.PublishedCache.ContentStore.
Could not enter monitor before timeout in content store
Hello Team,
We are running Umbraco.CMS v13.4.1.
We have this method inside an implementation of UmbracoApiController.
The aim of this method is to create a media folder and then create an actual media inside that folder.
Below is an example of this folder created:
On a fresh start of the app there is no issue. But after some time, we are getting this error when trying to upload a media that calls that method.
The error happens during the folder creation. When this code is called:
I was hoping someone can help us out resolve this issue?
Thank you.
I have included the full error below:
is working on a reply...