A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
I have a situation where I want to create pages (about 200 pages) and then write to a dynamic property (string<=255) of each page programatically. It´s no problem to create the pages but when I try to write value to the dynamic property it seems like the connection pool running out of available connections and after about 120 pages the following exception is raised:
EPiServer.BaseLibrary.ObjectStoreException: Failed to load named object /mirroring.
In perfomance monitor I can se that amount of SQL User Connections goes above 100 and then I got the exception.
Does anyone knows have to handle issue?
//Johan