Getting 401 error code with public procedure

Hi, I'm working on a project using t3 stack with clerk.
I'm trying to get
posts
from prisma to show in the frontend whether the user is logged in or not, but it only works whenever I'm logged in.
I'm using public procedure and the page where I'm trying to show my posts is accesible to users who are not logged in (it's listed as a public route), but when I look at the client console I see a 401 error code on my request.
Does anyone know why? Thanks in advance.
401.png
cts.png
mts.png
pts.png
Was this page helpful?