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
The application is deployed to https://roadsties.sofos.site. You can verify.
Hi,
When I choose Romanian language for UI, the language for DataGrid Pager control labels does not change. I've noticed this behavior for a few other languages as well.
Thanks
Hi,
Is it possible to set up a meeting to discuss the issues with deploying to the local Kubernetes cluster? Because the problems are different and quite ambiguous, I think it would be much more simpler and faster than having to exchange a lot of messages.
Thanks,
Hi,
I think you didn't undestand the context properly. I've generated the solution based on microservice template and everything is in place like scripts for generating SSL certificates and keys, helm charts, nginx configs etc. I went step by step according to the documentation to deploy to the Kubernetes local cluster with helm. I can say that everythig were absolutly fine and working properly besides the blazor application.
Actually I've found where the problem was. The mistake is in the helm chart values file for blazor configuration for ingress.host.name which were generated by microservices template. Unfortunatly there are other problems with https and security, but this is another story. I consider this issue closed.
Thanks & Regards