Hacker News new | ask | show | jobs
by wmanley 823 days ago
Try adding the response header:

    Vary: HX-Request
3 comments

Yep, probably browser caching:

https://htmx.org/docs/#caching

Next time I work on it, will try to see if that resolves it.
That worked for me. Thank you.