Replies: 2 comments
-
|
Did you pull all the code from the repo first? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I don't have all the repo on my machine, but have the sql folder, because I've read the docker-compose file and found it doesn't require other parts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I start umami through docker-compose with postgresql, all the settings are default.
It works all right, but when I try to add a website, it shows the following error.
umami_1 | PrismaClientKnownRequestError2: Query interpretation error. Error for binding '1': AssertionError("[Query Graph] Expected a valid parent ID to be present for a nested connect on a one-to-many relation.")
umami_1 | at PrismaClientFetcher.request (/app/node_modules/@prisma/client/runtime/index.js:79355:15)
umami_1 | at processTicksAndRejections (internal/process/task_queues.js:97:5) {
umami_1 | code: 'P2016',
umami_1 | clientVersion: '2.12.1',
umami_1 | meta: {
umami_1 | details:
Error for binding '1': AssertionError("[Query Graph] Expected a valid parent ID to be present for a nested connect on a one-to-many relation.")umami_1 | }
umami_1 | }
Beta Was this translation helpful? Give feedback.
All reactions