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
https is not working after merging the proxy with rpc handler. This is because we are binding the tls to the grpcserver instead of the httpServer (wrapper).
Breakdowns:
bind tls cert to httpServer
handle cors of grpcweb
The text was updated successfully, but these errors were encountered:
Description
https is not working after merging the proxy with rpc handler. This is because we are binding the tls to the grpcserver instead of the httpServer (wrapper).
Breakdowns:
The text was updated successfully, but these errors were encountered: