Redirecting when clicking a link in looker report

Hey Everyone,

I wanted to talk about an issue i am facing for some time. I added some links in my report and embedded my report on a webpage. When i am clicking on the link through the embedded report, its redirecting me to a middle page (not to the page its supposed to redirect).

The Page says, “The page you were on is trying to send you to *******************
If you do not want to visit the page, you can return to previous page”

My clients have been complaining about this as this is annoying sometimes.

Does anyone know how to resolve this issue?

Thanks

here how to fix Inspect the link behavior &Embedded reports often wrap links with tracking or redirect parameters.Use browser dev tools (right‑click → Inspect → Network tab) to see the actual URL being called.You can attach a JavaScript listener to the embedded report container.Capture the click event, extract the real destination, and force navigation directly.and If your report links are consistent (e.g., always pointing to your domain), you can strip out redirect parameters and rebuild the clean URL.

Embedded Report Link Fix iframe { width: 100%; height: 600px; border: none; }

Embedded Looker Report