Activities of "Anjali_Musmade"

Answer

Hi

Can you confirm the Project B BlazorServerModule authentication configuration does it points to project A auth server?

appsettings,json

Hi

You can resolve the aut.domain1.com in AUTH server project please see similar implementation and documentation https://docs.abp.io/en/abp/latest/Multi-Tenancy#domain-subdomain-tenant-resolver https://github.com/abpframework/abp-samples/tree/master/DomainTenantResolver

Hi

I am not to reproduce this on my end, is you component ngOnit being invoked when you are not logged in?

Hello AlderCove,

We tried to re-create this issue on scratch project but unable to do so.

PFB Screenshot for the same:

Kindly let us know if there is any alternative way to reproduce the same.

Thank You, Anjali

Hello,

Could you please have look to this ticket for deploying a Blazor Wasm application

https://support.abp.io/QA/Questions/1159/Deploy-Blazor-Web-Assembly

Hi

if you need to create a project with you own custom template then you can go to C:\Users\someuser\ .abp\templates and modify the template like unzip modify and zip it again and then use following command

abp new Acme.BookStore -t app -u mvc --mobile none --database-provider ef --template-source "C:\Users\someuser\.abp\templates"

i am not sure which file you want to edit?

you can edit this files which is used while generation of entity

Hi

please go through this link https://docs.abp.io/en/commercial/latest/abp-suite/editing-templates you can edit any templates

Hello DEKUKDEV,

Thank you for your valuable suggestion. We have passed on this information to the relevant team.

Best, Anjali

Answer

Hello sanobarm

can you please check this once https://github.com/abpframework/abp/issues/13274

Regards

Hi shaynevanasperen,

  1. Yes you need to define all the language texts in JSON file, then only it will be available in language management module UI. Yes you can leave the text blank in JSON so that you can add Target Culture Value from UI.
  2. The framework will take the updated value that is saved from UI.
  3. As if now framework is handling data from JSON, but you can handle that texts as blank in JSON and can be updated from UI.
Showing 841 to 850 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30