VirtusLab-Open-Source / strapi-plugin-comments

A plugin for Strapi Headless CMS that provides end to end comments feature with their moderation panel, bad words filtering, abuse reporting and more.
MIT License
405 stars 63 forks source link

post comment return 500 internal server error #120

Closed cyp3rius closed 2 years ago

cyp3rius commented 2 years ago

Discussed in https://github.com/VirtusLab-Open-Source/strapi-plugin-comments/discussions/112

Originally posted by **chadimessmer** February 16, 2022 Hey everybody, I'm trying to use this plugin but when I try to post a comment the server answers "500 Internal Server Error" I'm sending the post request to https://www.mystrapiapp.com/api/comments/api::chatroom.chatroom:1 with this message: { "author": { "id": "123456", "name": "Joe Doe", "email": "jdoe@sample.com", }, "content": "My sample response", } this returns error 500. Every other path return 403 Method not allowed I tried with postman / axios / graphql and always the same answer... I have strapi V4 with strapi-plugin-comments 2.0.3 Any idea what I'm doing wrong ? thank you
cyp3rius commented 2 years ago

@chadimessmer please use the newest version 2.0.9 and check if this issue still persist.

cyp3rius commented 2 years ago

Closing, in case of need. Reopen.