You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not configured any parameter such as self htmx.config.selfRequestsOnly, so it should be left to default false, but just to be on the safe side I have even tried to make it explicit with <meta name="htmx-config" content='{"selfRequestsOnly":false}'>, unfortunately with no change.
Workaround is to roll back to 1.9.12, which still works perfectly.
The text was updated successfully, but these errors were encountered:
I have a tag set up like this:
<div id="test123" class="log-viewer-box loading" hx-get="https://unpkg.com/htmx.org/README.md" hx-indicator="#log-test123-spinner" hx-trigger="load" hx-target="this" hx-swap="scroll:bottom">
No matter what URL I put, it is working with 1.9.12, but as soon as I switch to 2.0.0 it shows
htmx:invalidPath
in the log with no further details.I have tried both unminified and minified versions, specifically I have tried:
I have not configured any parameter such as self
htmx.config.selfRequestsOnly
, so it should be left to defaultfalse
, but just to be on the safe side I have even tried to make it explicit with<meta name="htmx-config" content='{"selfRequestsOnly":false}'>
, unfortunately with no change.Workaround is to roll back to 1.9.12, which still works perfectly.
The text was updated successfully, but these errors were encountered: