Cannot read properties of undefined (reading 'kind')
Hey,
i get the following error, when performing a db action.
I do NOT know where it comes from exactly, but it happens when modifying the
activityContent
field on the following:6 Replies
If i remove the activityContent field from the db action, it works fine. Once i add it, the error occurs
Anyone any ideas? 😟
Hey!
I assume you would be getting this error while invoking a
Prisma Client
query. Do you have any column named Kind
in any of your tables?No, I do not!
Kind
is nowhere to be found in the whole project (excluding node_modules).
And yes, i am getting this error while invoking a query:
Kind comes from library.js:
This is strange. Is your repository open source? Any way I can reproduce this error?
Created this issue: https://github.com/prisma/prisma/issues/24573
And I made the repo public here: https://github.com/Academi-fy/backend/
Thanks for creating the bug report. Our engineering team will get back on the GitHub Issue 👍