Dulajdeshan / strapi-advanced-uuid

UUID field type support to Strapi with custom regular expressions
MIT License
16 stars 7 forks source link

Support for strapi@5 #59

Closed monolithed closed 2 weeks ago

monolithed commented 1 month ago
➜ npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! Found: @strapi/strapi@5.0.2
npm ERR! node_modules/@strapi/strapi
npm ERR!   @strapi/strapi@"5.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @strapi/strapi@"^4.14.5" from strapi-advanced-uuid@1.3.0
npm ERR! node_modules/strapi-advanced-uuid
npm ERR!   strapi-advanced-uuid@"1.3.0" from the root project
npm ERR! 
320dr commented 1 month ago

1

Running "yarn add strapi-advanced-uuid" can be successfully installed, but running "yarn develop" / "yarn build" to start STRAPI5 will result in an error.

joseOlivares commented 1 month ago

I have the same issue upgrading from strapi 4 to 5 Error strapi

nickwph commented 1 month ago

we are waiting here too! 😄 doing this for now npm install -S Dulajdeshan/strapi-advanced-uuid#59-support-for-strapi5

tmm42 commented 4 weeks ago

we are waiting here too! 😄

doing this for now npm install -S Dulajdeshan/strapi-advanced-uuid#59-support-for-strapi5

Nice, I can install the plugin with Strapi 5, but it doesn't appear in the custom fields section.

Any idea how I can solve that?

monolithed commented 4 weeks ago

Honestly, after switching to version 5, I no longer needed to pass UUIDs because there are already unique documentIds available. Hopefully, this helps someone