UG won't load in Chrome after latest update
Just updated the application and now UG won't load in chrome. I'm getting an endless rotating UG book icon. Console error is as follows: Failed to load resource: net::ERR_UNSAFE_REDIRECT And context: Understanding the problem
The net::ERR_UNSAFE_REDIRECT error in Chrome's console indicates that the browser detected a redirect chain that it considers insecure or potentially problematic. This error typically occurs when:
HTTP to HTTPS redirect: A resource is initially requested over HTTP, but the server redirects it to HTTPS in an insecure way. For example, the redirect may come from a server that uses HTTP.
Mixed content: The initial HTTP resource might be attempting to load other resources (like scripts, images, or stylesheets) that are served over HTTPS. This would violate the mixed content rules.
Service Worker: The issue can be triggered when a service worker attempts to load resources that have an insecure redirect chain.
Problem found! Will fix it in the next hour! Sorry for the inconvenience