A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
The control is generating the wrong URL for the image page:var URL = '%2f_LM_W3SVC_4_Root%2fRoot%2fHome';This is trying to download an image from "/_LM_W3SVC_4_Root/Root/Home/Util/PixelImg.aspx", rather than "http://www.example.com/Util/PixelImg.aspx". FireFox is just ignoring the image, but it's crashing IE 7. Bellow is the generated javascript.Is there are any way to override the site URL? Is there something I'm doing wrong? Thanks, Jim.