-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingfixed in devFixed in the dev branchFixed in the dev branch
Description
Describe the Bug
I'm running the latest version in a docker environment.
When I try to reset a website, I only get a "Internal Server Error" on the page
as well as a prisma error on the container log
Database
PostgreSQL
Relevant log output
Invalid `prisma.session.deleteMany()` invocation:
The change you are trying to make would violate the required relation 'SessionToSessionData' between the `SessionData` and `Session` models.
at _n.handleRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7749)
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) {
code: 'P2014',
clientVersion: '5.17.0',
{
modelName: 'Session',
relation_name: 'SessionToSessionData',
model_a_name: 'SessionData',
model_b_name: 'Session'
}
}
Which Umami version are you using? (if relevant)
v2.13.1
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfixed in devFixed in the dev branchFixed in the dev branch