Activities of "alper"

@tony after v4.0 we started to use code flow. that's why the login screen moved to MVC project. you can customize the MVC login screen.see https://gist.github.com/ebicoglu/ce0f0425bab806d0ee1a87d0073af96b

besides I suggest you to check out the following doc. You can copy the Lepton Theme and create your own theme. If you choose this option, let me know to discuss this https://community.abp.io/articles/creating-a-new-ui-theme-by-copying-the-basic-theme-for-blazor-ui-qaf5ho1b

what is your version?

@bbertechini your question credit has been refunded.

for the question 2 check out => https://support.abp.io/QA/Questions/306/Custom-Login-Page-For-Angular

@riley.trevillion asks

1 If we wanted to customize the existing Lepton theme to add a new theme (i.e a 'style 8') that allows us to change the colours styles of the navigation menu, controls, menus etc. how can we do this? From what we have seen there appears to be no code in the Angular UI project that allows us to do this, and we are not able to see any of the sourcecode defining the Lepton styles or themes that we can change. 2 Given we are using the Angular UI, the login screen is hosted on the server side. We have not been able to see any sourcecode in the aspnet project that allows us to customise the login screen. Where are the files in the project that define the login screen? How can we customise these?

When you see this error update your EF Core CLI with the below command

dotnet tool update --global dotnet-ef

Windows:

%UserProfile%\.abp\suite\appsettings.json

MAC:

~/.abp/suite/appsettings.json

The solutions and paths are written in this file. If this is corrupted, you can manually fix the json file. Or you can delete it. And add your solutions again.

I'm getting the below error. It seems like the settings file of Suite is broken. How can I fix it. Where's this file?

An error occurred while accessing the Microsoft.Extensions.Hosting services. Continuing without the application service provider. Error: Could not parse the JSON file. 

I get this error after updating my ABP packages.

The Entity Framework tools version '3.1.3' is older than that of the runtime '5.0.1'.
Answer

NuGet.Config must be like this

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
        <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
        <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />
        <add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/***-your-api-key-***/v3/index.json" />
    </packageSources>
</configuration>
Showing 1371 to 1380 of 2058 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 23, 2025, 10:47