question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

This does not work with Prisma

See original GitHub issue

Describe the bug

The same project with GH integration works but doesn’t work with netlify build and netlify deploy command combination.

Prisma client requires latest version of ZISI (ZISI_VERSION=0.4.0-8) as it contains this fix https://github.com/netlify/zip-it-and-ship-it/issues/77

Steps to reproduce

Reproduction repository https://github.com/divyenduz/netlify-ci-build The repo readme has all the context and reproduction steps.

Expected behavior

GH integration and netlify build && netlify deploy should be identical.

Configuration

As mentioned in the reproduction repo’s readme, both projects use netlify’s beta build.

Environment

Enter the following command in a terminal and copy/paste its output:

divyendusingh [platforms]$ npx envinfo --system --binaries --npmPackages @netlify/build,@netlify/config,@netlify/git-utils,@netlify/cache-utils,@netlify/functions-utils,@netlify/run-utils,netlify-cli
npx: installed 1 in 1.265s

  System:
    OS: macOS 10.15.2
    CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
    Memory: 755.51 MB / 32.00 GB
    Shell: 5.7.1 - /bin/zsh
  Binaries:
    Node: 12.8.0 - ~/.nvm/versions/node/v12.8.0/bin/node
    Yarn: 1.21.1 - ~/.nvm/versions/node/v12.8.0/bin/yarn
    npm: 6.10.2 - ~/.nvm/versions/node/v12.8.0/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman

Screenshots

https://github.com/divyenduz/netlify-ci-build

Can you submit a pull request?

No. Because possibly internal code 😃

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
divyenduzcommented, Apr 17, 2020

I think so yes 🙌

0reactions
ehmickycommented, Apr 17, 2020

Is this issue closed by this? @divyenduz @timsuchanek

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · prisma/prisma - GitHub
Issues list · WebSocket server error: Port is already in use · Order by nulls preview feature not generating type stubs · npm...
Read more >
Troubleshooting relations - Prisma
This will not work however as the relation table ( PostCategories ) must form a 1-to-many relationship with the other two models respectively....
Read more >
Error message reference - Prisma
Prisma Client throws a PrismaClientUnknownRequestError exception if the query engine returns an error related to a request that does not have an error...
Read more >
Filtering and sorting (Concepts) - Prisma
Use the Prisma Client API to filter records by any combination of fields or related record fields, and sort the results.
Read more >
Prisma Client API (Reference)
The Prisma Client API reference documentation is based on the following schema: ... issuing query and database responding - not only time taken...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found