Closed AaditT closed 9 months ago
Het, that seems like Bereal have changed the endpoint, i will work on it!
Is this issue fixed already?
Ey! @basti394 I think its already solved! You can try it!
@chemokita13 thanks for the response, but unfortunately I still get a 500 exception. As a request Body I have my userId, the post Id and the message.
@chemokita13 thanks for the response, but unfortunately I still get a 500 exception. As a request Body I have my userId, the post Id and the message.
Are you correct sending the params and the login token? Could you share a screenshot for seeing how do you make the request?
The token should correctly be attached, because every other endpoint works.
Are you sending your own userId or the user's post id?
I send my own user Id. Should I send the other one?
Yes, I mean, if I want to comment on my @friend post, I have to send my @friend userId and the postId of my @friend. Also If you wanna comment in your own post the userId will be your userId
Ahhh, okay thanks 👍 Btw I guess it would be better to then also return another code than 500, something more like 400
Yeah, it's pending to change and improve all the server responses but its too large and idk when I will be able to solve it hahaha
Hey, I am trying to hit the
/post/comment
endpoint with valid token, postId, and comment. I keep getting 500 internal server error.