Jonathan
Jonathan7mo ago

TRPCClientError: JSON Parse error: Single quotes (') are not allowed in JSON

I am getting this error when deployed but not when running locally.
TRPCClientError: JSON Parse error: Single quotes (') are not allowed in JSON
TRPCClientError: JSON Parse error: Single quotes (') are not allowed in JSON
Any idea on how to narrow this down?
1 Reply
Jonathan
Jonathan7mo ago
I think this may be something related to Cloudflare infront of my app. 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.