Git Product home page Git Product logo

Comments (8)

rostislav-simonik avatar rostislav-simonik commented on July 30, 2024 2

try to set prismaClientImportId: '@prisma/client' or prismaClientImportId: '../../node_modules/@prisma/client' by custom settings file https://graphql-nexus.github.io/nexus-prisma/docs/settings/gentime

from nexus-prisma.

rostislav-simonik avatar rostislav-simonik commented on July 30, 2024

@skittlesaur for some reason prisma generator returns location of @prisma/client in /vercel/path0/node_modules/@prisma/client instead of /var/task/apps/graphql/node_modules/@prisma/client. Can you share the whole setup?

from nexus-prisma.

rostislav-simonik avatar rostislav-simonik commented on July 30, 2024

This is the concerning logic

* Get the appropriate import ID for Prisma Client.

from nexus-prisma.

skittlesaur avatar skittlesaur commented on July 30, 2024

@skittlesaur for some reason prisma generator returns location of @prisma/client in /vercel/path0/node_modules/@prisma/client instead of /var/task/apps/graphql/node_modules/@prisma/client. Can you share the whole setup?

sure, it's just a template im setting up for my future projects so it barely has any code. here's the link to the repo
https://github.com/skittlesaur/my-turbo-template

the graphql project im trying to deploy is located in apps/graphql

from nexus-prisma.

rostislav-simonik avatar rostislav-simonik commented on July 30, 2024

@skittlesaur for some reason prisma generator returns location of @prisma/client in /vercel/path0/node_modules/@prisma/client instead of /var/task/apps/graphql/node_modules/@prisma/client. Can you share the whole setup?

sure, it's just a template im setting up for my future projects so it barely has any code. here's the link to the repo https://github.com/skittlesaur/my-turbo-template

the graphql project im trying to deploy is located in apps/graphql

Can you somehow get the information where is the real location of @prisma/client once deployed to vercel ?

from nexus-prisma.

skittlesaur avatar skittlesaur commented on July 30, 2024

I'm not really sure how i can do that. however, in the build logs has the following lines of prisma client generation and nexus if that's helpful

✔ Generated Prisma Client (4.13.0 \| library) to ./../../node_modules/@prisma/client in 50ms
19:43:57.941

✔ Generated Nexus Prisma to ./node_modules/.nexus-prisma in 10ms
19:43:57.942

from nexus-prisma.

skittlesaur avatar skittlesaur commented on July 30, 2024

Setting it to prismaClientImportId: '@prisma/client' works now :D

I'm quite curious what was actually happening and how did that fix it because i been looking for an answer to this for a couple of days now and delaying my uni projects

And thank you so much for the help! :D

from nexus-prisma.

rostislav-simonik avatar rostislav-simonik commented on July 30, 2024

I'm not familiar with the Vercel internals in relation to your setup. But the problem is that package @prisma/client is not in the same place when generate was called (build phase) as in runtime. It could be related to your mono repo with your build tooling.

from nexus-prisma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.