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 run into this issue when using clack as the backend:
Callback Error: the message-complete callback failed
The value
NIL
is not of type
VECTOR
when binding WOO.EV.SOCKET::DATA
[Condition of type FAST-HTTP.ERROR:CB-MESSAGE-COMPLETE]
Hey, I'm having issues with JSON parsing.
I run into this issue when using clack as the backend:
Here's the route:
and the JSON passed in is just
{"user": "hi"}
. It seems thatread-sequence
fails when wanting to read the raw body from clack.The text was updated successfully, but these errors were encountered: