-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run develop after latest update (2.3.5) releashed #112
Comments
Okay i'm kinda silly🤣, Strapi just updated to 4.14.0 with bug fixed: So i just updated my Strapi to lastest version, Warnings are gone, and it can be run now, but it still throws up ValidationError and there's still no config folder. |
Can you share a repo with a reproducible example for the validation issue? What config folder are you referring to? P.S. Regarding this plugin not working on earlier version than 4.14.0 as mentioned in the readme only the latest version is supported. The reason for this is to many (breaking) things change for all 4.x versions to be supported. P.P.S. The warnings about unmet peer does are not from this plugin as you can see from the DEP path in the warning. |
Thanks for the reply😉 here's the repo: https://github.com/GoldenCoffee/Slugify-2.3.5---Strapi-4.14.0.git |
Thanks! The P.S. Please note it is plugins.js not plugin.js P.P.S. Their is a plan to auto create these files by default moving forward but does not look like this will happen before v5. Ref: strapi/strapi#17868 (comment) |
Awesome, also thanks for the note! should i just follow the guide to create content such as this?
I manually create file before, actually I tried in last night. Yes, before the Strapi@4.14.0 released, I using Strapi@4.13.7 as the latest version and added Slugify@2.3.4, same problems. 😥 Now I repeat the process and restart server again, but env looks declared and its value is never read. And still, I only get ValidationError again. I just follow the guide such as unpublish content, change slug, save, publish again, nothing happend. I wonder is this problem only show up on Windows system? |
I cannot say for sure but it looks to me like you have the plugin config in the wrong place. The path to it should be Based on your project name ( See https://docs.strapi.io/dev-docs/configurations/plugins for further info. |
Thanks, now it's actually available😄 Before this moment, I searched Thank you again for your patience and enthusiasm😘! This is a great opportunity to get started with Strapi and plugins, Especially for a newbie like me. |
Your welcome! |
Hi,
I've provided some informations to see if that helps:
Here's some error report from console:
And that's not all. I just saw our dev update to the latest version, but before that, my Strapi can't run slugify 2.3.4 as well either.
So let's see what happened last night:
I set up roles and tested json and they all working good, but when i enable slugify and try to get json, it throw the error:
I immediately checked this error from github and it seemed to come from a long time ago: This error seem the same as #75.
I also get lots of warning print in my console:
I wonder why there are so many unmet peer dependencies, cuz i just created a new Strapi project at yesterday by using customzied settings: JS, Mysql, without eslint, And only one plugin slugify has been added.
And one of weird thing is, there are no plugins.js in the config folder, actually there's even no config folder.
Please check the files to get more informations:
strapi-plugin-slugify-2.3.4.zip
strapi-plugin-slugify-2.3.5(cant run develop).zip
The text was updated successfully, but these errors were encountered: