Hi,
Yes, first of all, we customized all the login-related pages according to your instructions. As far as I understand, some of our pages are missing, like SendSecurityCode. Do you have a sample project where we can find these missing pages?
Second, I couldn't find where I should use the code you shared.
You can see the list of the pages we customized in the screenshot below.
Hi, There is an update regarding the issue. When I added the SendSecurityCode page under AuthServer/Pages/Account, the error was resolved; however, the page appeared blank. Do you have a template example that I can use for the SendSecurityCode page?
This caused other problems so I guess I'll give up :), thanks for your help.
<PropertyGroup>
<ItemGroup>
<PackageReference Include="Aspire.StackExchange.Redis" Version="9.0.0" />
<PackageReference Include="AspNetCore.HealthChecks.UI" Version="8.0.2" />
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.4" />
<PackageReference Include="AspNetCore.HealthChecks.UI.InMemory.Storage" Version="8.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.4" />
<PackageReference Include="DistributedLock.Redis" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="8.0.4" />
<PackageReference Include="Serilog.Sinks.OpenTelemetry" Version="4.1.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Autofac" Version="8.3.1" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="8.3.1" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="8.3.1" />
<PackageReference Include="Volo.Abp.DistributedLocking" Version="8.3.1" />
<PackageReference Include="Volo.Abp.Account.Pro.Public.Application" Version="8.3.1" />
<PackageReference Include="Volo.Abp.Account.Pro.Public.HttpApi" Version="8.3.1" />
<PackageReference Include="Volo.Abp.Account.Pro.Public.Web.OpenIddict" Version="8.3.1" />
<PackageReference Include="Volo.Abp.Account.Pro.Public.Web.Impersonation" Version="8.3.1" />
<PackageReference Include="Volo.Saas.Host.Application.Contracts" Version="8.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\modules\basic-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.csproj" />
<ProjectReference Include="..\ServiceDefaults\Suite.ServiceDefaults.csproj" />
<ProjectReference Include="..\Suite.EntityFrameworkCore\Suite.EntityFrameworkCore.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Studio.Client.AspNetCore" Version="0.8.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Pages\Account\" />
</ItemGroup>
Is there a module I need to remove? I think some modules will give an error in this case, for example the libs folder is empty.
Thanks for your answer, is there a way to remove the UI dependencies? That is, can we prevent it from installing client packages?