JaaneekJ
tRPC2y ago
6 replies
Jaaneek

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:
{"0":{"result":{"data":{"json":null,"meta":{"values":["undefined"]}}}}
}

The error is:
Error: Missing result at https://app.feedbackvote.com/_next/static/chunks/3403-60a8e951dcfe8770.js:1:32728



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
image.png
Boilerplate for t3-app-dir-supabase.
Was this page helpful?