Hi Anjali,
It's not working as well. Actually the same error appier if you will generate a new project based on a microservice template with Blazor WASM by abp suite v7.4.0.
Cheers, Iulian
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:
I've migrated the project from 7.3.3 to 7.4.0 and received the following error:
Hi Anjali,
I am closing this issue, because I've found out that the problem was on kubernetes nginx ingress controller. By default the size is limited up to 1M. So the following annotation needs to be set: nginx.ingress.kubernetes.io/proxy-body-size.
Thanks, Yulian
Hi Anjali,
Storage size is set to 0 (i.e unlimited) in FileManagement settings and the provided link it wasn't very helpful.
Thanks & Regards, Yulian
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:
I am trying to upload a file with a size a little more than 1M in production (i.e. cloud kube cluster). I have to mention if the file is less than 1M is uploaded successfully. And also locally the files of any size can be uploaded successfully. I am using FileManagement module. I have tried to configure kestrel with the following options.Limits.MaxRequestBodySize = null; I've changed the ocelot gateway to yarp. Nothing helped. Can you suggest something?
Hi Angali,
Yes. It works. Thanks.
Hi Anjali,
Just try to generate a new project based on Microservice template and choose Blazor Wasm as UI framework and apply the modification we discuss for LoginLink. And by the way what we have done so far will replace the MainToolbar entirely, but my intention was just to modify the Login icon and text and leave all other items unchanged.
Thanks & Regards
Hi,
It's very strange. Everything is the same but in my case is working.
Unfortunatly it's still the same. Could you share with me the project you are experimenting. Thanks.