Brainslug

Results 194 comments of Brainslug

Any more details you can provide for reproduction because just doing an `upsertOne` on a quickly constructed table based on the payload does not error for me. Does adding a...

Oh hmm thats interesting, and progress. Can you share the flow you've build to reproduce this? 😂

> on v20 it is happening on sqlite and postgres This is why Directus currently still requires `nodejs >18.17

It's a bit tricky in the wording but this is it: Node major version 18 specifically 18.17 or higher ![image](https://github.com/directus/directus/assets/9389634/0f289c64-cfca-4928-b2ec-ab839fada57b)

~~Looking at the workaround mentioned I think that is the "fix" because it looks like you have removed the duplicated block. Having two identical blocks with aliases can definitely cause...

As a workaround for now you can allow domains to be loaded by explicitly setting it in the CSP configuration. ``` CONTENT_SECURITY_POLICY_DIRECTIVES__FRAME_SRC="http://example.com/" ```

> @br41nslug What's the proposed improvement here? Is the problem that third party scripts used in the `iframe` are still blocked? 🤔 I think the only real solution is to...

Does this issue persist on the latest version? There have been a lot of bugfixes in the 9 months since 9.14 was released.

Judging from the comments it sounds like we're going to take a different route for this fix :) Converting this to draft for now to prevent confusion

~~For some reason the mocking of `node:perf_hooks` and `node:timers` broke. Presumably the cause is the ESM update.~~ We are running into this issue https://github.com/vitest-dev/vitest/issues/453 which has been fixed in vitest...