Grpc.Core.RpcException: Status(StatusCode="ResourceExhausted", Detail="Received message exceeds the maximum configured message size.")
at Grpc.Net.Client.Internal.StreamExtensions+<ReadMessageAsync>d__4<TResponse>.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options)
at System.Threading.Tasks.ValueTask<TResult>.get_Result()
at Grpc.Net.Client.Internal.GrpcCall<TRequest, TResponse>+<ReadMessageAsync>d__98.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options)
at System.Threading.Tasks.ValueTask<TResult>.get_Result()
at Grpc.Net.Client.Internal.GrpcCall<TRequest, TResponse>+<RunCall>d__82.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options)
at System.Runtime.CompilerServices.TaskAwaiter<TResult>.GetResult()
at Serval.Translation.Services.EngineService+<GetWordGraphAsync>d__13.MoveNext() in /app/src/Serval/src/Serval.Translation/Services/EngineService.cs:line 112
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options)
at System.Runtime.CompilerServices.TaskAwaiter<TResult>.GetResult()
at Serval.Translation.Controllers.TranslationEnginesController+<GetWordGraphAsync>d__16.MoveNext() in /app/src/Serval/src/Serval.Translation/Controllers/TranslationEnginesController.cs:line 313
...