strapi-community / strapi-plugin-publisher

A plugin for Strapi Headless CMS that provides the ability provides the ability to easily schedule publishing and unpublishing of any content type.
https://market.strapi.io/plugins/strapi-plugin-publisher
MIT License
48 stars 17 forks source link

When Schedule any contents i got this below error #58

Closed maruthasalamr closed 1 year ago

maruthasalamr commented 1 year ago

using strapi plugin publisher version 1.3.0 strapi version 4.4.4 This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:TypeError: isAnyToMany is not a function

ComfortablyCoding commented 1 year ago

Your strapi version probably does not have that function in the strapi utils. I will look into fixing that tonight, forgot to check what version that was added in.

ComfortablyCoding commented 1 year ago

This should be fixed in v1.3.1 of the plugin

maruthasalamr commented 1 year ago

Thanks