kou-h
kou-h
Hello, I have this problem. Is there any way to solve it. class Program { [TraceLog] public async Task Invoke(HttpContext httpContext) { } public class TraceLogAttribute: OnMethodBoundaryAspect { public override...
> > Hello, I have this problem. Is there any way to solve it. > > I am sorry I know this advise is rude but I used [Postsharp](https://www.postsharp.net/) and...
> Did you try to set [this flag](https://docs.dapr.io/operations/configuration/increase-request-size/)? Hello, where does this flag need to be set. Is azure blob storage binding spec set in this file? https://docs.dapr.io/reference/components-reference/supported-bindings/blobstorage/
> What operation are you executing? Hello, I'm trying to use bindings azure. blobstorage. This error occurs when uploading files of more than 10MB
@ItalyPaleAle @yaron2 By setting this flag, a large file was successfully uploaded. thank. However, received message exceeded the maximum configured message size Which flag does this need to be set...
@yaron2 Thank you for your reply. Now I am using the dapr SDK for Net. It seems that the attribute of response size is not set. Do I need to...