Richard Weaver
Richard Weaver
I'm still getting this on Strapi 4.2.3. I've tried applying both `resolutions` and `overrides`, and for completeness added `@graphql-tools/schema` to the overrides, but I still get the issue. Any suggestions?...
I've resolved this, for anyone searching: if you are using yarn workspaces with hoisting your `resolutions` declaration needs to be in your root `package.json`.
I have the exact same issue but am using the `@strapi/provider-upload-cloudinary` provider: Environment: development OS: darwin-x64 Strapi Version: 4.20.1 Node/Yarn Version: yarn/1.22.19 npm/? node/v18.18.0 darwin x64 Edition: Community Database: postgres
I think the best solution to this would be an admin panel action to perform a complete (re-)index of content, possibly with separate buttons for each configured contentType. I'll try...