Skip to content

POST Api not working? #1603

Answered by acelaya
ghost asked this question in Help wanted
Discussion options

You must be logged in to vote

Try with this:

-request.send(sendData);
+request.send(JSON.stringify(sendData));

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant
Converted from issue

This discussion was converted from issue #1600 on November 11, 2022 14:33.