TRPC not working on multi tenant app
Everything works on localhost.
When I deploy it on the vercel None of the mutations work.
Every query/mutation always return 200 but they contain a weird response:
The error is:
here is the app (only twitch login works) https://app.feedbackvote.com/boards
All of the server side queries that are made with TRPC work
When I deploy it on the vercel None of the mutations work.
Every query/mutation always return 200 but they contain a weird response:
The error is:
here is the app (only twitch login works) https://app.feedbackvote.com/boards
All of the server side queries that are made with TRPC work

Boilerplate for t3-app-dir-supabase.