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.
I played a bit with Error Handling under Admin / Config / System Settings, and noticed that application cannot modify web.config file.
After granting Full Control to AppPool Identity user, everything works fine.
Hi,
I'm using SquishIt in one of the EPiServer projects.
Everything works fine on my local machine, even when I use .ForceRelase(), but on the test server I'm getting a login page.
If I use .ForceDebug() on the test server, then everything works fine but js / css files are not bundled.
I guess that EPiServer / ASP.NET throws an exception for some reason, but I don't know which one.
Error log is empty, and I see nothing strange in network tab (google chrome dev tools).
Can I configure EPiServer to show error messages instead of the login page, or do I have to manually log error messages by attaching to some events in Global.asax.cs?