Daniel Artenie

Results 3 comments of Daniel Artenie

@sutarrohit pretty sure that error happens because you're using tRPC v11. Either downgrade back to v10 (recommended if you really need the library) or you can do something like this...

I believe this happens because there is no "default" way to pass an array of values as a query parameter. It might work for tRPC, but there's no easy widely...

This might be a bit late but, here's how I got it to work in order to add a cookie to the request. You can add a context (in my...