Unable to Approve comment from admin panel
Discussed in https://github.com/VirtusLab-Open-Source/strapi-plugin-comments/discussions/245
Originally posted by hassan-debug January 31, 2024 I just install comment plugin and here is my confin/plugin.js
module.exports = ({ env }) => ({
comments: {
enabled: true,
enabledCollections: ['api::post.post'],
config: {
badWords: false,
moderatorRoles: ['Authenticated'],
approvalFlow: ['api::post.post'],
entryLabel: {
'*': ['Title', 'title', 'Name', 'name', 'Subject', 'subject'],
'api::page.page': ['MyField']
},
blockedAuthorProps: ['name', 'email'],
reportReasons: {
MY_CUSTOM_REASON: 'MY_CUSTOM_REASON'
}
}
}
});
i posted comments from comment api here is the list
but when i open a comment there is no option to approve a comment or delete users comment (i am loggedin as super admin)
Same here! Comments just get stuck and never shows up in the get api response, also from admin panel i can literally do nothing about them. Im super user and i checked permissions: all allowed, still the same
Im using strapi 5 btw
This is what i see from the UI
Both test comments in "Open" status
And inside i cannot see anything that i might use to review them.
Also the approval flow is disabled, so they should be approved...
@fexxdev as this issue is related with v4, please create separated to for v5. We'll take a look into it.
@cyp3rius thanks for the fast response, i've opened a new issue as requested.