strapi-community / strapi-plugin-slugify

A plugin for Strapi Headless CMS that provides the ability to auto slugify a field for any content type.
https://market.strapi.io/plugins/strapi-plugin-slugify
MIT License
45 stars 21 forks source link

Not working on Strapi 4.11.5 #103

Closed kevinblanco closed 1 year ago

kevinblanco commented 1 year ago

Hello. I have a project running on Strapi 4.11.2 using this plugin with no issues. After updating Strapi to 4.11.5 I have the following error:

Error: Could not load js config file /node_modules/strapi-plugin-slugify/strapi-server.js: Cannot find module '@strapi/utils/lib/errors'
Require stack:
- node_modules/strapi-plugin-slugify/server/controllers/slug-controller.js

Node v16.20.1

ComfortablyCoding commented 1 year ago

This should already be fixed by #99 (released in v2.3.3). What version of the plugin are you using?

ComfortablyCoding commented 1 year ago

Cosing due to inactivity, will re-open if issue is reported to still exist.