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

Improve error message when CORS is not configured correctly #1171

Merged
merged 1 commit into from
Jan 12, 2021

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Jan 12, 2021

Fixes #1163

Not including required gRPC headers in CORS configuration is a common error when using gRPC client in the browser. Why the error happens with CORS, and how to fix it is non-obvious.

Update error message to provide more information.

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

Successfully merging this pull request may close these issues.

Blazor: Grpc.Core.RpcException: Status(StatusCode="Cancelled", Detail="No grpc-status found on response.")
2 participants