nextjs handling server-side errors in error page
instanceof ConvexError see code below:This works fine when the error comes from client side, but it completely breaks for server side requests like
fetchQuery. I've looked through the docs and this is not addressed at all.here's the error. As you can see it's not the usual that has the
data key.Any help with this would be appreciated.
Thanks
