0
    
    
        
                    itlpierre created
                    
                    
                    
                
                5 Answer(s)
- 
    0- In a Blazor Server ABP application, the login page is actually provided by the MVC UI, not by Blazor directly. When you navigate to /Account/Login, you should see the login form rendered by the MVC module.
- If you see only the background (as in your screenshot) and not the login form, it usually means the MVC UI is not running or not properly referenced. In the default solution, you must run both the Blazor and the HttpApi.Host projects at the same time. The HttpApi.Host project serves the authentication endpoints and the login UI.
 Solution Steps: - Make sure you have started both the AbpSolution4.HttpApi.HostandAbpSolution4.Blazorprojects.
- The Blazor UI will redirect to the /Account/Loginpage served by the HttpApi.Host project. If only the Blazor project is running, the login form will not appear.
- If you are running both and still see this issue, ensure that the HttpApi.Hostproject is not blocked by firewalls and is accessible at the expected port.
- Check that the appsettings.jsonin the Blazor project points to the correct URL for the HttpApi.Host project under theAuthServer:AuthorityandRemoteServices:Default:BaseUrlsettings.
 References: 
 This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon. 
- In a Blazor Server ABP application, the login page is actually provided by the MVC UI, not by Blazor directly. When you navigate to 
- 
    0hi Can you share your project? liming.ma@volosoft.com Thanks. 
- 
    0[maliming] said: liming.ma@volosoft.com Hi Li Ming, I've invited your email to the repository on github. Thanks 
- 
    0hi Adding a new language will resolve the issue. options.Languages.Add(new LanguageInfo("en", "en", "English")); options.Languages.Add(new LanguageInfo("en-gb", "en-gb", "English(UK)"));I will fix it in the next patch version. Thanks 
- 
    0hi LeptonX 4.3.2 will fix it. Your question ticket has been refunded. Thanks. 

 
                                