I was trying to see if I can redirect to a controller, and add a hash. So I tried [this function](https://github.com/digitallyinduced/ihp/blob/028525673b63b775cbbbcce0f478c2a9fd0744fa/IHP/Controller/Redirect.hs#L53C6-L53C58): `redirectToUrl "https://github.com/digitallyinduced/ihp?query=1#hash=2"` But this results with an error - likely because we are trying to Ajax it. 