20x-dz
20x-dz
Maybe @derrickmehaffy can shed some light on this? 😅
I just wanted to close this, because I was able to transfer from my production instance to my local env just fine (the assets, mind you, see #19113), but when...
@a-schaefers Thank you for your question. Our files are stored on a regular linux filesystem (`/dev/sda1 on / type ext4 (rw,relatime)`) mounted as a docker volume in the container.
Based on this discussion I started working on a lifecycle hook for my specific use case that I then refactored into being slightly more generic: ```js async function updateRelationsInMeilisearch({ action,...
I can confirm this. We have articles that have a relation with `departments` and `external_reviewers` , and those fields are not being populated anymore in v3.0.0, we had to rollback...
Yes. And until recently I didn't bother looking into it as we continued using v2.0.0 just fine. But now it breaks with the latest strapi version (v4.24.5). I'll look into...
Sorry for the ping, any updates on this @samijaber ? Still seeing this logs even with the latest vue-sdk: ``` [Builder.io]: isolated-vm import error. Error: Cannot find module 'isolated-vm' Require...
> If it helps anyone: A workaround for me was to wrap the `BuilderContent` in ``. This sadly isn't an option for us because we would lose all the SSR...
This is still an issue. I tried to apply the react suggestions somehow, but to no avail, as `isolated-vm` does not seem to be available on vercel as I get...
And trying `import { initializeNodeRuntime } from "@builder.io/sdk-vue/node/init";` doesn't work either because `[plugin:vite:import-analysis] Missing "./node/init" specifier in "@builder.io/sdk-vue" package`…