lemonek
lemonek6mo ago

TRPClientError: Unexpected character

Hello, I am working on an Expo app and I seemingly randomly get the error in the picture. I don't really know why because I send many requests and sometimes it happens and sometimes not. I can provide any code that could be helpful. This the project repo: https://github.com/lmnek/run-app (I use npm and these packages ├── @trpc/client@11.0.0-rc.359 ├── @trpc/react-query@11.0.0-rc.359 ├── @trpc/server@11.0.0-rc.359)
GitHub
GitHub - lmnek/run-app
Contribute to lmnek/run-app development by creating an account on GitHub.
No description
Solution:
Usually a sign that something between the client and the server isn’t working in the infrastructure
Jump to solution
2 Replies
Solution
Nick
Nick6mo ago
Usually a sign that something between the client and the server isn’t working in the infrastructure
lemonek
lemonek6mo ago
Yeah, I hosted my backend for development with localtunnel and they started to block my requests 😄