Hello everyone, we've been trying to solve this issue for over a week now and have hit a wall.
We are using PAW 2.0.93. Our users started reporting that the export function isn't working anymore in Workspace. We have also tried exporting snapshots in Lifecycle management as well and we get the same result. File types are csv and the gz files that are created with the snapshot export. The PAW web UI shows the export as successful but the download never starts.
This started when Chrome updated at the beginning of the month, and seems to be related to the new bubble download feature. We currently block all URLs via GPO except for our Whitelisted URLs. These URLs include our PAW servers. Nothing else functionally has been broken with these Chrome updates, but the export feature will not initiate a download anymore. We've tried adding explicit URLs to the policy and also wildcard URLs but nothing has helped.
Now while we've looked into other avenues including file types being blocked or javascript, we know it's a URL issue because if we turn off the URL blocklist in the GPO, the download works fine. We also use Firefox that is not locked down and it works fine there, so we know it's isolated to a URL block.
We've used developer tools and noticed it's calling some of the following URLs so we've allowed all of them, but the exports will still not initiate a download.
https://paw02/prism/*
https://paw01/prism/*
https://paw02/palm-service/*
https://paw02/cdn/*
http://paw01/cdn/*
http://paw01/prism/*
http://paw01/palm-service/*
http://paw02/cdn/*
http://paw02/prism/*
http://paw02/palm-service/*
https://paw02/palm-service/snapshots/logs/*
Has anyone else run into this either with the new Chrome updates or in the past when locking down web browsers?