Activities of "viswajwalith"

  • ABP Framework version: v5.1.3
  • UI type: MVC
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue: The the Request to navigating from UI (MVC) layer to AuthServer, because of return URL the length of the URL is exceeding 2500 characters. Is there anyway to reduce this?
Answer

builder.WebHost.ConfigureKestrel(x => x.Limits.KeepAliveTimeout = xx);

hummm, Yes. we already tried this but no luck. anyway will try once again with different ways and update you back.

Answer

Will try but that wont be the final solution right as we had to use the Azure Web App as well... don't we have any override as I mentioned in my initial posting.

Answer

We already tried that but no luck, would like to find an option to override the same using startup.cs or module.cs

Answer

We are using IIS as well as WebApp on Azure

Question

ABP Framework version: v5.1.3 UI type: MVC DB provider: EF Core / MongoDB Tiered (MVC) or Identity Server Separated (Angular): yes Exception message and stack trace: Steps to reproduce the issue:"

We are having the Method which may take more than a minute to execute so getting the Timeout error (after deploying the application), I am suspecting that because of request timeout default values, I tried by adding the below code in Web Layer (UI) but still not working. Can you please help us to understand the things which we are missing

ABP Framework version: v5.1.3 UI type: MVC DB provider: EF Core / MongoDB Tiered (MVC) or Identity Server Separated (Angular): yes Exception message and stack trace: Steps to reproduce the issue:"

We have created some Views in MongoDB and would like to call the same from ABP solution, do you have any reference sample/link which may help us in the process.

Answer

Good news

It worked perfectly thanks for the support. Just for info is it possible to have different ad or b2c settings for each tenant?

Answer

https://github.com/maliming/AzureB2C/invitations

https://github.com/maliming/AzureB2C/blob/main/apps/auth-server/src/RestaurantManagement.AuthServer/RestaurantManagementAuthServerModule.cs

Hi @maliming, Thanks for the support, I didn't got a chance to check the code change but I just ran the solution it shared, with that it seems Login is working with B2C. I will check the changes and update you with the status according

Answer

hi

What is your Github username?

viswajwalith-exceego us my git username

Showing 11 to 20 of 228 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54