Jan Turoň

Results 13 comments of Jan Turoň

So I was able to fix it (I'm using Webpack 5 and Next.js 11) with following steps: 1. Copying `flags.png` and `[email protected]` to `/public` directory 2. Edit filename generator in...

@jomarmontuya It's possible. Check [this comment](https://github.com/Barelydead/strapi-plugin-populate-deep/issues/42#issuecomment-1744516873).

@Barelydead Would you have a time for review this and/or release new version?

Hey @whitetown, we had similar issues with fields not being populated in some dynamic zones. Following patch fixed it (used with [patch-package](https://www.npmjs.com/package/patch-package) library) ```patch diff --git a/node_modules/strapi-plugin-populate-deep/server/helpers/index.js b/node_modules/strapi-plugin-populate-deep/server/helpers/index.js index 7f026b8..e82c1ee...

Hello @Norbz. We had similar issues within our dynamic zone component. Following patch fixed it. ```patch diff --git a/node_modules/strapi-plugin-populate-deep/server/helpers/index.js b/node_modules/strapi-plugin-populate-deep/server/helpers/index.js index 7f026b8..2a95ea9 100644 --- a/node_modules/strapi-plugin-populate-deep/server/helpers/index.js +++ b/node_modules/strapi-plugin-populate-deep/server/helpers/index.js @@ -1,4 +1,4...

@Barelydead Is there any chance to transfer ownership of this library? It's quite popular but not so well maintained :(

Hello, I've just released fork of this plugin including fix of this issue. Available here: https://www.npmjs.com/package/strapi-plugin-deep-populate or ``` npm i strapi-plugin-deep-populate ```

@vdusek Maybe I could explain differences in the paragraphs above code? I believe this particular examples makes sense with different sync/async approaches

@B4nan Actually requested by legal team, but let's wait for @mnmkng answer :)

Will undraft this once we'll get proper cookie consent design.