You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had made some changes to the project. I am not able to make request from an expo prebuild app. All my tRPC request give me this error.
WARN [TRPCClientError: Network request failed]
But when I run the expo app in the web I face no issues.
The text was updated successfully, but these errors were encountered:
Had this same issue. Seems it was caused by a breaking change in wrangler which no longer makes the dev server available on your local machine ip by default, but instead limits it to only be accessed on localhost.
I had made some changes to the project. I am not able to make request from an expo prebuild app. All my tRPC request give me this error.
WARN [TRPCClientError: Network request failed]
But when I run the expo app in the web I face no issues.
The text was updated successfully, but these errors were encountered: