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
When using the latest release (0.0.35) I get the error TypeError: Cannot read property 'MethodInfo' of undefined when trying to import the GatewayAPIClient.
import {
GatewayAPIClient,
} from "@cs3org/cs3apis/cs3/gateway/v1beta1/gateway_api_grpc_web_pb.js";
However, if I edit the file gateway_api_grpc_web_pb.js and add the following code at line 13 (just after grpc.web = require('grpc-web')) the import statement works.
When using the latest release (0.0.35) I get the error
TypeError: Cannot read property 'MethodInfo' of undefined
when trying to import theGatewayAPIClient
.However, if I edit the file
gateway_api_grpc_web_pb.js
and add the following code at line 13 (just aftergrpc.web = require('grpc-web')
) the import statement works.Version of grpc-web is 1.3.0
The text was updated successfully, but these errors were encountered: