Richard Ward

Results 11 comments of Richard Ward

I have the same situation and it would be a great help if this PR could be merged in. I have my layout as follows: ``` app => directus installation...

Hi @Jolg42 I have the same issue with this repository I'm working on: https://github.com/richardwardza/prisma-lambda-layers If I use `pnpm` then I also get `Module '"@prisma/client"' has no exported member 'PrismaClient'.ts(2305)` on...

hhm - I don't get a `node_modules/.prisma` directory generated.

`prisma generate` creates it in `./../../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@prisma/client` ``` Generated Prisma Client (3.15.1 | library) to ./../../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@prisma/client ``` but nothing in node_modules, only: ``` drwxr-xr-x 22 richard staff 704 Jun 10 17:33...

Thanks @scottned - adding `output = "../node_modules/.prisma/client"` also solves it for me.

Try creating a model with the name Journal? The file should be in your model directory, Journal.js with the following content: module.exports = {};

Hi @salmanshahid7 - have you done the steps n the docs: https://docs.medusajs.com/usage/configurations#admin-cors and https://docs.medusajs.com/usage/configurations#storefront-cors do they help?

I'm happy to do some work on this if needed..

Doing the shippingProfile lookup in the service [is not the correct way to go](https://github.com/medusajs/medusa/pull/2043#pullrequestreview-1072110248) so re-doing this by making the `profile_id` mandatory and seeing where that takes me.