Abdullah Shiwani

Results 5 comments of Abdullah Shiwani

It worked for me. Thanks alot @Jolg42. My docker file for the reference. ``` version: '2' services: db: image: postgres:14 container_name: postgres14 environment: POSTGRES_DB: postgres POSTGRES_USER: root POSTGRES_PASSWORD: password EXTRA_CONF:...

@AmitMirgal Could you please provide the version of Prisma? A few months ago, it required an extension to work properly.

> Facing the same issue. [@abdullah-shiwani](https://github.com/abdullah-shiwani) and [@anauecuri](https://github.com/anauecuri) any updates? I don’t exactly recall the specific fix. Here’s my repo for the same, it should be in a working state....