Hi,
you can try delete yarn.lock
file and run abp install-libs
could you share a test project? I will check it.shiwei.liang@volosoft.com
https://abp.io/support/questions/8373/Question#answer-3a167ebb-b85e-4819-4443-3b83f23f6526
Hi,
Could you please share a test project with me, I will check it. shiwei.liang@volosoft.com
Hi,
It's a known issue, try this: sudo open /Applications/ABP\ Studio.app
Your ticket was refunded.
I want to override the login page, but I don't have the source code for the commercial version. Where can I obtain the commercial version source code? For example, something like this:
you can get the source code via CLI abp get-source ...
Here a CLI command to list all modules
abp list-modules
Additionally, I want to display tenant information in the user login section. Which page should I override? Something similar to the example shown below.
You can add a toolbar to display the current tenant; you don't need to override any page. https://abp.io/docs/latest/framework/ui/mvc-razor-pages/toolbars
Hi,
You can try to add those packages to Blazor project.
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.4.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.4.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.4.0" />