Jonathan
Jonathan
TtRPC
Created by Jonathan on 5/16/2024 in #❓-help
TRPC completely broke
So fairly long but this was all working and now it isn't
5 replies
TtRPC
Created by Jonathan on 5/16/2024 in #❓-help
TRPC completely broke
The request URL looks something like this:
http://localhost:3000/api/trpc/conversations.grid,conversations.count,conversations.count,conversations.count?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22GridParams%22%3A%7B%22skip%22%3A0%2C%22take%22%3A20%7D%2C%22inboxType%22%3A%22mine%22%2C%22closed%22%3Afalse%2C%22sort%22%3A%22Newest%22%7D%7D%2C%221%22%3A%7B%22json%22%3A%7B%22inboxType%22%3A%22mine%22%7D%7D%2C%222%22%3A%7B%22json%22%3A%7B%22inboxType%22%3A%22unassigned%22%7D%7D%2C%223%22%3A%7B%22json%22%3A%7B%22inboxType%22%3A%22all%22%7D%7D%7D
http://localhost:3000/api/trpc/conversations.grid,conversations.count,conversations.count,conversations.count?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22GridParams%22%3A%7B%22skip%22%3A0%2C%22take%22%3A20%7D%2C%22inboxType%22%3A%22mine%22%2C%22closed%22%3Afalse%2C%22sort%22%3A%22Newest%22%7D%7D%2C%221%22%3A%7B%22json%22%3A%7B%22inboxType%22%3A%22mine%22%7D%7D%2C%222%22%3A%7B%22json%22%3A%7B%22inboxType%22%3A%22unassigned%22%7D%7D%2C%223%22%3A%7B%22json%22%3A%7B%22inboxType%22%3A%22all%22%7D%7D%7D
5 replies
TtRPC
Created by AymaneCh on 12/17/2023 in #❓-help
❌ Failed to collect page data for api trpc [trpc] ❌
I am having this same issue in a github ci/cd not going to vercel, I am still digging into it and don't feel comfortable sharing my entire log on that
10 replies
TtRPC
Created by AymaneCh on 12/17/2023 in #❓-help
❌ Failed to collect page data for api trpc [trpc] ❌
Did you find a solution to this?
10 replies
TtRPC
Created by Jonathan on 12/30/2023 in #❓-help
TRPCClientError: JSON Parse error: Single quotes (') are not allowed in JSON
I added an exception to disable rules for TRPC routes, but that seems a little too much the other direction. Anyone have any ideas on what other changes to make.
4 replies
TtRPC
Created by Jonathan on 12/30/2023 in #❓-help
TRPCClientError: JSON Parse error: Single quotes (') are not allowed in JSON
I think this may be something related to Cloudflare infront of my app.
4 replies
TtRPC
Created by Jonathan on 11/22/2023 in #❓-help
Type 'QueryClient' is missing the following properties from type 'QueryClient': queryCache, mutation
The main thing is making sure you aren’t on the latest tanstack react query
6 replies
TtRPC
Created by Jonathan on 11/22/2023 in #❓-help
Type 'QueryClient' is missing the following properties from type 'QueryClient': queryCache, mutation
This was due to a mismatch in the react-query version on my project.
6 replies