Jason

Results 10 comments of Jason

How are you applying the hotfix? Are you manually editing files in node_modules?

Nice one thanks will take a look!

A better way to do this is to just run this bash command after install to find/replace (can even execute inside Docker): ``` sed -i -e 's/Client_MySQL/Client_MySQL2/' node_modules/@directus/api/dist/database/index.js ``` Also...

Downgrading to: ``` "@sparticuz/chromium": "122.0.0", "puppeteer-core": "22.5.0" ``` Seems to have worked. Leaving this open just to verify I didnt make a mistake selecting the wrong package versions?

@ndeloof I find this happens when I switch projects. So 2 yaml files in different folders with different name but same image.

Theres definitely some sort of time cache behind this, if I re-run the up and down command across different projects it won't pull after the first time. But after maybe...

Yes the image is present locally, always has been

Not entirely sure but most likely extra permissions required.