Activities of "Anjali_Musmade"

Hello,

check once https://gist.github.com/ebicoglu/ce0f0425bab806d0ee1a87d0073af96b?permalink_comment_id=3575448#gistcomment-3575448 I tried and it works for me.

Thanks

Hello,

Please change Leptonx version to "@volosoft/abp.ng.theme.lepton-x": "~3.1.0", After that delete youryarn.lockfile Run commands : yarn and then npm start

thanks,

Hello,

to update login page please check https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml also add code for login.cshtml.cs then you will not get the error for LoginModel as you showed above.

Thanks

Hello,

Could you please share package.json file here

Hello,

have you followed migration guide https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-8_1? please let me know. and also check for error logs if any?

Thanks

Hello,

To change "MyApplication" title. Create a class MyAppBrandingProvider and add below code

 public class MyAppBrandingProvider: DefaultBrandingProvider
 {
     public override string AppName => "Test";
 }

it will result like

thanks

Hello,

I got that you are using Single-layer application. can you please confirm once your UI type, you have given it as angular?

please let me know so that I can better assist you.

thanks

Hello,

please check https://support.abp.io/QA/Questions/306/Custom-Login-Page-For-Angular

thanks

Hello,

Have you check in Incognito mode?

Hello,

please check the migration guide https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-8_1

thanks

Showing 321 to 330 of 1195 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11