grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.51k stars 766 forks source link

grpc-web not working with Vite, either js or ts file generated by protoc-gen-grpc-web or protobuf-ts. #1256

Closed gyang274 closed 2 years ago

gyang274 commented 2 years ago

A simplest replicate demo: https://github.com/gyang274/demo-grpc-web-vite-issue

I tried 3 solutions, all has its own issue at some stage.

I see similar issues reported at https://github.com/grpc/grpc-web/issues/535 https://github.com/grpc/grpc-web/issues/1242

None of the solutions suggested in above works in my case, and tried them all.

Thanks in advance.

gyang274 commented 2 years ago

Demo is working following the discussion at: https://github.com/vitejs/vite/discussions/8926