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
EntityStreamSizeExceptio: actual entity size (Some(19815485)) exceeded content length limit (8388608 bytes)?
It says to configure 'akka.htttp[server|cleint].parsing.max-content-length' or calling 'HttpEntity.withZiseLimit'
Can you help how to provide above options ?
client call:: GraphQLClient(url, ConnectionsOptions.Default,ClientOptions.Default,authHeader)
The text was updated successfully, but these errors were encountered:
EntityStreamSizeExceptio: actual entity size (Some(19815485)) exceeded content length limit (8388608 bytes)?
It says to configure 'akka.htttp[server|cleint].parsing.max-content-length' or calling 'HttpEntity.withZiseLimit'
Can you help how to provide above options ?
client call:: GraphQLClient(url, ConnectionsOptions.Default,ClientOptions.Default,authHeader)
The text was updated successfully, but these errors were encountered: