Activities of "sukhdeep.dhillon"

yes, no error, but if you look at the time line, app kind of stuck, doesn't load

since I have started using Hangfireworker, app sometime stuck at the following error

Thanks, it worked.

but I have another question, as I'm using Hangfire workers to run background tasks.

what are these 2 extra hangfire period jobs automatically created. the one is highlighted is mine.

  • ABP Framework version: v7.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

Hi, when I add the following module to the application layer typeof(AbpBackgroundWorkersHangfireModule). all the application tests starts failing

following is the screenshot of the application module class

following is the screenshot of error I'm getting after adding this module typeof(AbpBackgroundWorkersHangfireModule)

Question
  • ABP Framework version: v6.0.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server, Oracle)

Hi,

How can I test custom controllers in HttpApi layer. and where should I write tests because there is no test projects for HttpApi layer.

  • ABP Framework version: v7.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

Hi,

is there any way I can intercept the call after user succesfully login with external providers because I need to make call to other services in order to update the local profile for the user.

this mean I need to inject IHttpContextAccessor in each AppService and read header value in each app service methods to make decision for fake or real data.

just wondering, is there any other approach ?

If you're creating a bug/problem report, please include the followings:

  • ABP Framework version: v6.0.2
  • UI type: MVC
  • DB provider: EF Core

Hi,

I want my AppServices to return Fake or Real data based on how clients call. Client can either ask for Real or Test data. so what is the best way to implement it because I have multiple AppServices and each has multiple actions.

Should I create 2 AppServices: RealAppService & FakeAppService

plus, what is the best way for client to ask for real or fake data. should client pass parameter in request header and if they do in the request header. how can I intercept the request and based on header value instantiate the real or fake app service.

Thank you, It worked

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core

Hi,

When I update the @volosoft/abp.ng.theme.lepton-x package to its latest version then I'm getting the following error:

Showing 11 to 20 of 40 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11