-
In my scenario I am hosting a grpc service in a Blazor ServerSide application. This application uses AzureAD authentication which is added in the following manner
```
services.AddAuthenticatio…
-
There is an error: ` Grpc.Core.RpcException: 'Status(StatusCode="Cancelled", Detail="Bad gRPC response. Invalid content-type value: text/html; `
when using a Blazor ServerSide App with AzureAd authen…
-
Based on [the grpc-web docs](https://github.com/grpc/grpc-web#wire-format-mode), server streaming over grpc-web is only supported by the text mode format. Currently, the grpc-web rules always use the…
-
Hi,
We are trying to use streams with a net core backend but getting deserialize error
```"grpc":{2 items
"method":string"###"
"error":{2 items
"code":int2
"message":string"Error…
-
Hi,
When I run my configuration set with:
* import_style=commonjs
* mode=grpcweb
the generated client stub doesn't seem to execute properly. I am using typescript and tried with import_style=t…
-
### What version of gRPC and what language are you using?
C#
Server's configuration:
```xml
```
Client's configuration:
```xml
all
run…
-
Is it possible to use [protobuf.js](https://github.com/protobufjs/protobuf.js) instead of [google-protobuf](https://github.com/protocolbuffers/protobuf/tree/master/js) library with `grpc-web`?
One…
-
Can you elaborate on the support for server side streaming to a grpc-web client? The grpc web readme https://github.com/grpc/grpc-web states that the mode `grpcwebtext` is required, however this term …
-
# 🐞 bug report
### Affected Rule
labs/ts_proto_library
### Description
ts_proto_library always set `protoc` wire format mode as `grpcweb`. [code implementation](https://github.com/baze…
-
Hi,
Do you have an example of this with Flask?
Thank you!