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
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Array'
--- index 2 closes the circle
at JSON.stringify ()
at Object.encodeParameters (json-enc.js:32:20)
...
The text was updated successfully, but these errors were encountered:
If I set hx-vals to a JSON object containing an array, and the array is populated with more than one item, like this
I get an error when I do a POST request:
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Array'
--- index 2 closes the circle
at JSON.stringify ()
at Object.encodeParameters (json-enc.js:32:20)
...
The text was updated successfully, but these errors were encountered: