in my trpc batchLink, I just tried to put headers like this:
async headers() { const h = await nextHeaders(); return Object.fromEntries(header.entries());},
async headers() { const h = await nextHeaders(); return Object.fromEntries(header.entries());},
with that, I am still UNAUTHORIZED; even if I am authorized on the client. does anyone know what I could do there? seems like it wont accept the headers?