gRPC message exceeds maximum size 4194304

Solved the problem by adding the following lines to daml.yaml:

json-api-options: 
  - --max-inbound-message-size=9000000
1 Like