Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with always getting exception "UNKNOWN: Response stream closed without gRPC status" #446

Closed
JustFeitan opened this issue Sep 14, 2023 · 1 comment

Comments

@JustFeitan
Copy link

We have various exceptions on our backend, I only get the error "UNKNOWN: Response stream closed without gRPC status" (screen attached). But at the same time I receive headers with required information, which are sent to me from the backend, but i can't access the using onHeader option
Exception:
Screenshot_4
Network(1):
Screenshot_5
Network(2):
Screenshot_6

@aikoven
Copy link
Contributor

aikoven commented Sep 25, 2023

After some investigation we figured out that the reason was that the server didn't send the correct Access-Control-Expose-Headers CORS header.

The problem went away after we set the server to return Access-Control-Expose-Headers: *.

As a resolution to this issue we will update the error message to mention it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants