Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

PrismaClientValidationError #3073

Closed
mulder999 opened this issue Nov 26, 2024 · 1 comment
Closed

PrismaClientValidationError #3073

mulder999 opened this issue Nov 26, 2024 · 1 comment
Labels
bug Something isn't working fixed in dev Fixed in the dev branch

Comments

@mulder999
Copy link

Describe the Bug

Latest version of application might crash with PrismaClientValidationError.

Database

PostgreSQL

Relevant log output

PrismaClientValidationError: 

Invalid `prisma.websiteEvent.create()` invocation:
... (redacted) ...
Argument `websiteId` is missing.
    at An (/app/node_modules/@prisma/client/runtime/library.js:114:7526)
    at _n.handleRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7392)
    at _n.handleAndLogRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7057)
    at _n.request (/app/node_modules/@prisma/client/runtime/library.js:121:6741)
    at async l (/app/node_modules/@prisma/client/runtime/library.js:130:9355)
    at async x (/app/.next/server/pages/api/send.js:1:2797)
    at async K (/app/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:16881)
    at async U.render (/app/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js:20:17520)
    at async NextNodeServer.runApi (/app/node_modules/next/dist/server/next-server.js:598:9)
    at async NextNodeServer.handleCatchallRenderRequest (/app/node_modules/next/dist/server/next-server.js:269:37) {
  clientVersion: '5.17.0'
}

Which Umami version are you using? (if relevant)

2.14

Which browser are you using? (if relevant)

No response

How are you deploying your application? (if relevant)

No response

@franciscao633 franciscao633 added bug Something isn't working fixed in dev Fixed in the dev branch labels Dec 2, 2024
@franciscao633
Copy link
Collaborator

should be fixed in this commit

@mikecao mikecao closed this as completed Dec 13, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working fixed in dev Fixed in the dev branch
Projects
None yet
Development

No branches or pull requests

3 participants