tRPC in nextjs Capacitor app

is it possible to have tRPC in app like this? Capacitor uses an exported static next app so it wont have access to server req/res for trpc contexts. But is it possible to use it for just a wrapper with react-query? I don't believe you can use next auth in an app like this for similar reasons, but I think its possible to use trpc
1 Reply
Alex
Alex5mo ago
hi ) i use next-auth in capacitor app - it's possible now trynna use trpc and some problem have problem with options requests instead get/post, did you solve trpc problem in capacitor app ?