pull down to refresh
@k00b @sox FYI getting the following error message when trying to vote in polls.
Invalid prisma.pollOption.findUnique() invocation: { where: { id: 11965 }, include: { item: { include: { sub: true, ~~~ ? Bookmark?: true, ? parent?: true, ? children?: true, ? pin?: true, ? root?: true, ? descendants?: true, ? user?: true, ? mentions?: true, ? itemReferrers?: true, ? itemReferees?: true, ? pollOptions?: true, ? PollVote?: true, ? threadSubscriptions?: true, ? User?: true, ? itemForwards?: true, ? itemUploads?: true, ? Ancestors?: true, ? Replies?: true, ? Reminder?: true, ? ItemUserAgg?: true, ? AutoSocialPost?: true, ? itemPayIns?: true, ? CommentsViewAt?: true, ? subs?: true } } } } Unknown field sub for include statement on model Item. Available options are marked with ?.
prisma.pollOption.findUnique()
sub
Item
Thank you! Will fix ASAP
Fixed! lol
@k00b @sox FYI getting the following error message when trying to vote in polls.
Invalid
prisma.pollOption.findUnique()invocation: { where: { id: 11965 }, include: { item: { include: { sub: true, ~~~ ? Bookmark?: true, ? parent?: true, ? children?: true, ? pin?: true, ? root?: true, ? descendants?: true, ? user?: true, ? mentions?: true, ? itemReferrers?: true, ? itemReferees?: true, ? pollOptions?: true, ? PollVote?: true, ? threadSubscriptions?: true, ? User?: true, ? itemForwards?: true, ? itemUploads?: true, ? Ancestors?: true, ? Replies?: true, ? Reminder?: true, ? ItemUserAgg?: true, ? AutoSocialPost?: true, ? itemPayIns?: true, ? CommentsViewAt?: true, ? subs?: true } } } } Unknown fieldsubfor include statement on modelItem. Available options are marked with ?.