Replies: 1 comment
-
Turns out i was using an older version of htmx. Downloading the latest version apparently fixed the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, on my server i have an endpoint that sets the
HX-Push-URL
response header.However, this does not seem to be processed correctly, the URL in the browser does not change.
I have found a similar issue here, and also tried to set various CORS headers without success (should not be necessary, since it's same origin anyways).
Example:
My server response:
The URL in the browser remains unchanged though. Same behavior when using
HX-Replace-Url
orHX-Location
.Exception:
HX-Redirect
actually works as expected and redirects the client, but that is not what i need.Would appreciate any tip on what might go wrong here. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions