Activities of "BernardoTeixeira"

Answer

the AddJwtBearer

Answer

Hi,

The [Authorize] is always failing. I have 2 solution, one normal API and one solution for Identity server/User management.

AppSetting from the API

AppSetting from the IdentityServer

getting the token

using the token

the endpoint

the error

How can I solve this? What am I missing?

It doenst work for me... Did you change anything?

  • ABP Framework version: v3.3.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: AspNetCore.Themes_Lepton_Components_Toolbar_LanguageSwitch_Default.ExecuteAsync()
  • Steps to reproduce the issue:"

Simply running identity server.

How can I fix this?

If I understand correctly, the Identity server have the tenants and also the connections strings. I can expose the data for the tenant's Id(using an endpoint) and then use CurrentTenant.Change so I can have the connections string for that tenant.

But in that case, my Background Module will connect directly to the database. I don't want that. Instead, I want to connect my background service to an API. Is this approach supportable with CurrentTenant.Change or the ABP has another approach?

hi BernardoTeixeira

Please share the steps? btw, Why are you using module templates?

My steps was https://docs.abp.io/en/abp/latest/Background-Jobs and also this -> https://docs.abp.io/en/abp/latest/Background-Jobs-Hangfire, I just want register background services and make recurring job.

Because I want to isolate the Background services.

I sent you an invitation for github

I'm having some problems register background jobs. I follow this -> https://docs.abp.io/en/abp/latest/Background-Jobs and also this -> https://docs.abp.io/en/abp/latest/Background-Jobs-Hangfire

But in the hangfire dashboard I dont have the job.

hi @BernardoTeixeira

Can you explain your use case?

I want to know the best approach to use Hangfire with multi tenant. Because I want to isolate all the backgrounds services, a solution just for background services.

  • ABP Framework version: v4.3.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Hi, I want to use the background service with hangfire and multi tenant. Do you have any example for this? Or any type of documentation for this type of example?

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