Gary

Results 14 comments of Gary

I have a similar Problem with Services. I created a new service on a fresh strapi (ts template) install. I used the ts code provided by the docs https://docs.strapi.io/developer-docs/latest/development/backend-customization/services.html#adding-a-new-service ```ts...

I have the same problem. I'll give it a try

my workaround is to import node-fetch and replace undici in my POST Endpoints ```ts import nodeFetch from 'node-fetch'; const res = await nodeFetch('https://sveltekit-express-bug-tester.herokuapp.com/formdata', { method: 'POST', body: formDataFromFrontend }); ```...

same here. we have anagular monorepo (latest version - 1) run ```powershell // powershell windows > NX Unable to create nodes for pnpm-lock.yaml using plugin nx/js/dependencies-and-lockfile. Inner Error: Error: Could...

I updated to 18.0.5 but the install still breaks ```bash // azure pipeline ... node_modules/nx postinstall$ node ./bin/post-install .../builder/node_modules/nx postinstall$ node ./bin/post-install .../builder/node_modules/nx postinstall: Done node_modules/nx postinstall: Unable to create...

Same. It would be helpfule if Prisma Migrate would save the the extensions when resetting the database. `CREATE EXTENSION postgis;` needs to be added to the migration_xxx.sql file ``` Error:...

Please add postgis support!

still having this issue!