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
Hi all, I am currently working off of a repo inspired by the react-native example in this repo. Right now, I'm struggling to get errors to be parsed correctly using the React-Native client and a Go server.
When an error is returned from the server, the React Native client custom transport throws a missing trailers issue. curl, grpcurl, and Postman each handle and parse the error correctly.
Hi all, I am currently working off of a repo inspired by the react-native example in this repo. Right now, I'm struggling to get errors to be parsed correctly using the React-Native client and a Go server.
When an error is returned from the server, the React Native client custom transport throws a missing trailers issue. curl, grpcurl, and Postman each handle and parse the error correctly.
Fields of the error thrown:
This seems to be an issue with the provided custom transport implementation since thats where the error is thrown.
My
custom-transport.ts
is exactly as shown in the React Native example.Reproduce:
Example repo:
Clone this repository
Run
make gen
Run
npm run ios
in/react-native
Run Dev Server using
make watch
in the project root.The text was updated successfully, but these errors were encountered: