खुला हुआ बंद किया हुआ

Blazor Server Name in Tab is wrong #4400


User avatar
0
alin.andersen बनाया था

Hey,

we are running Single Layer Application with Blazor Server.

However when we deploy to production system and run it we get this name in the tab:

We tried this:

[Dependency(ReplaceServices = true)]
public class BrandingProvider : DefaultBrandingProvider
{
    public override string AppName => "MyBrandName";
}

But did not work.

How to fix this?

Thanks!

  • ABP Framework version: v6.0.0
  • UI type: Blazor
  • DB provider: EF Core

1 उत्तर (ओं)
  • User Avatar
    0
    alin.andersen बनाया था

    Ok it seems that we didnt deploy correctly and this was the solution:

    [Dependency(ReplaceServices = true)]
    public class BrandingProvider : DefaultBrandingProvider
    {
        public override string AppName => "MyBrandName";
    }
    
Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11