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
Hi!
No repro case (maybe will add later), but seems that check-if-post is getting wrong object with default :get method and returns false thus not parsing body.
Workaround for users, while this is not fixed might be to call (yason:parse (babel:octets-to-string on request's body that is passed to handler, directly.
The text was updated successfully, but these errors were encountered:
Hi!
No repro case (maybe will add later), but seems that
check-if-post
is getting wrong object with default:get
method and returns false thus not parsing body.Workaround for users, while this is not fixed might be to call
(yason:parse (babel:octets-to-string
on request'sbody
that is passed to handler, directly.The text was updated successfully, but these errors were encountered: