Replies: 1 comment 2 replies
-
|
Hey, since htmx calls To configure a request before htmx sends it, you'll want to use the In a
Which should properly use all of your values while leaving htmx's internal behavior intact Alternatively, if you want to make a request of your own (as you seem to be updating most of the request values here), you might want to simply use Hope this helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Code works till console.log("Encrypted Data:", encrypted); // Log encrypted data for debugging
fails due to following reason
htmx.min_v.2.0.4.js:1 Uncaught InvalidStateError: Failed to execute 'send' on 'XMLHttpRequest': The object's state must be OPENED.
at de (htmx.min_v.2.0.4.js:1:44820)
at htmx.min_v.2.0.4.js:1:23481
at HTMLButtonElement.s (htmx.min_v.2.0.4.js:1:22459)
XHR readyState is 1 instead of 4
Beta Was this translation helpful? Give feedback.
All reactions