Invoke-UDRedirect Doesn't Reload Query Parameters in URL

Hello, I had the same problem. You can use the $Headers[“host”] variable to avoid hardcoding your URLs.

I think the issue comes from React. With the relative link, it should only update the DOM and not the actual page itself.

2 Likes