Activities of "Anjali_Musmade"

Hello icoretchi,

Can you go to feature UI of a tenant or host under file management you can configure file size there.

Also please check below discussion https://github.com/dotnet/aspnetcore/issues/49594

Thank you, Anjali

Hello mattw@agilenova.com

Have you checked this https://docs.abp.io/en/commercial/7.3/modules/payment

please do let me know if anything else needed

Thank you, Anjali

Hi csykes,

Can you share a screenshot from [dbo].[AbpPermissionGrants] for this user only?

Thank you, Anjali

Hello Abdulaziz_Alsaffar Can you please try using yarn just delete yarn.lock file if present. Then do yarn after completion of that you can run npm start If still facing issue share package.json file I will try to run at my side locally. Thank you

Hello manuel42,

I have tried at my end like this please check it

1.Default.cshtml

  1. ProfileDto

  1. UpdateProfileDto

  1. ProfileAppService

If we check the checkbox value comes true

If we don't check the checkbox value comes false

please do let me know if found helpful

Thank you, Anjali

Hello guven.uysall,

I have tried to reproduce at my end and its working fine.

I have created sample-lib npm library and installed in my project just like below

is it possible to share your library on support@abp.io with ticket id

Thank you, Anjali

Hi

Can you set ASPNETCORE_ENVIRONMENT to Release and then try?

Hello icoretchi,

I have created new razor component named as AppMainHeaderToolbarUserMenu.razor under *.Blazor/Components/Layout and added following code. Please try with this code provided in link AppMainHeaderToolbarUserMenu

It is working at my end like this

Please do let me know if it helps you

Thank you, Anjali

Hi

you can override https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml.cs and redirect manually to angular

Hi

your angular app is authenticated by the authserver not the azure ad the auth server get's the token by azure ad and then azure ad redirects it back to authserver and then authserver redirect is back to angular this is the default working.

in azure ad you have to add authserver url as a redirect url not the angular one

if you want the azure ad token in angular app you can save the token inside the cookie

please see this ticket for more details https://support.abp.io/QA/Questions/5720/PowerBI-Embed-access-token-issue-with-ABP#answer-3a0d816c-f911-fb7f-703b-e50b0c54a4be

you have to modify Login.cshtml.cs and then get the token from cookie in angular side

Showing 781 to 790 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30