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.
ABP Framework version: v7.3.3
UI Type: Blazor WASM
Database System: EF Core (SQL Server)
Microservices template
Exception message and full stack trace:
Steps to reproduce the issue:
Add the LoginLinkComponent.razor
Add ToolbarContributor
- Configure ToolbarMenu in Blazor module
- As result there are 2 links. The old one still shown, and the new one is just the text, but not the icon.
Something similiar has been implemented in Blazor Server template, but unfortunatly not in Blazor WASM. I'll be grateful if you could suggest something. Thanks
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:
ABP Framework version: v7.3.2
UI Type: Blazor WASM
Database System: EF Core (SQL Server)
Tiered (for MVC) or Auth Server Separated (for Angular): Microservice
Exception message and full stack trace:
Steps to reproduce the issue:
Add FileManagement Module to solution: abp add-module Volo.FileManagement
FileManagement menu is placed in the main menu even if the documentation indicates that it will be created in the Administration menu
How could I change the position of the File Management menu from the main menu for example to the Administration menu?
Thanks