notum-cz / strapi-plugin-content-versioning

This plugin enables content versioning in Strapi
129 stars 46 forks source link

Can't get to work #171

Closed sideshot closed 8 months ago

sideshot commented 10 months ago

Using 1.2.9.

When I click the dropdown. It sends me back to the list of collections page.

http://localhost:1337/admin/content-manager/collection-types/api::test.test?page=1&pageSize=10&sort=Name:ASC

I see the versions in the dropdown. But fails when I try to see the previous versions. I'm using the MySQL db connection. I verified I had the db client env variable.

tilmanjusten commented 10 months ago

Hi @sideshot, I got that issue too with Strapi 4.17.x. Strapi 4.16.2 still works as expected.

sideshot commented 10 months ago

Hi @sideshot, I got that issue too with Strapi 4.17.x. Strapi 4.16.2 still works as expected.

Thanks. This plugin seems risky to me. It appears to modify the main SQL table by adding fields, which could cause more issues when upgrading.

I'm new to strapi, so I could be mistaken by how plugins work.

ddsdevelopers commented 9 months ago

We are having the same issue, will this be fixed soon?