A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Your example isn't cahined. Either you need to do:
searchQuery = searchQuery.Select(...)
or continue:
.Filter(...).Select(...)
/Henrik
Thanks, I was blind......
of course it should be like that, thanks for seeing what I missed... ;-)
I am trying to use projections to minimize the amount of data that are returned from the Find server but I got this error:
Error setting value to 'Category' on 'ProductPage'
I am using code that looks like this:
Anyone got a clue on how it could be like this?