Giovanni

Results 11 comments of Giovanni

Same here. Almost double as slow. On v9 my 200+ component tests would run on Github Actions in 8m 24s On v10 the same number of component tests now runs...

I have also tried to use `onPart` and `filter` in formidable to see if I can detect an invalid image file there, but without luck. This doesn't console log anything:...

Solved: adding types fixed the issue ``` yarn add -D @types/crypto-hash ```

Actually... running again into the issue ```tsx Error: Webpack Compilation Error ./node_modules/crypto-hash/index.js 5:50 Module parse failed: Unexpected token (5:50) You may need an appropriate loader to handle this file type,...

I am running into the same issue. It seems to happen only when I am using `orderBy` as filter on a `products` query: ```gql query Products($after: String, $before: String, $first:...

Friendly reminder @jasonbahl ! This is helping me as well! Would be nice to work not off a forked repo 😄

Running in the same issue also when I try to change permission for public user on one single type: ```tsx [2022-02-15 12:50:43.440] error: insert into "up_permissions" ("action", "created_at", "updated_at") values...

By the way just tried version Strapi 4.0.8 and the issue persists.