hi
You can use Hangfire without AddAbpDbContext,
Just using an EF COreDbContext
with the correct connection string.
is reloadOnChange only for appsettings.json?
The appsettings.json
is add by asp net core.
https://github.com/dotnet/aspnetcore/blob/main/src/DefaultBuilder/src/WebApplicationBuilder.cs#L273
I don't know how Swagger and yarp work together. sorry for that. You can check the official sample of yarp.
hi
Sending HTTP request "POST" http://localhost:44396/integration-api/coreaccounting/address/create?api-version=1.0 End processing HTTP request after 506.2006ms - 404
There is no controller in HttpApi
module of your CoreAccoungingManagement
.
You need to add controllers for your app services. Not recommand to use Auto API Controllers in microservices.
https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.HttpApi/Volo/Abp/Identity
hi
You said: I find that yarp will automatically update swagger when the configuration file is changed?
Does the abp template project not update swagger automatically
?
If so. Can you share a sample code of yarp
that works? I will compare the code with the abp template project.
I checked the document https://microsoft.github.io/reverse-proxy/articles/config-providers.html
abp will always set reloadOnChange
to ture
for appsettings.json
.
Thanks.
hi
When can we expect this to be available in an ABP release?
You can try to upgrade Studio to 0.9.16
and create a project.
Is there a way we can apply the translations we made even before that to our local installation? Would imagine it might require access to the entire source code to do it (ie abp translate -a )?
If you find a module missing sv,
I will share the abp-translation.json
again.
Thanks.
hi
Our angular team will check your question.
Thanks.
You're right.
User => Tenant => Global => Default
hi
SetGlobalAsync -> will set for host level?
Yes, the provider name will be G
(global)
Then SetForTenantAsync / SetForCurrentTenantAsync -> will set for tenant level?
Yes, the provider name will be T
(Tenant) and provider key will be current tenant id or the tenant id that your provider.
hi
Can you share the code of but when I debug it, I find that yarp will automatically update swagger when the configuration file is changed
?
abp will always set reloadOnChange
to ture
for appsettings.json
.
hi
Can you share the source code?
I have to check the code to troubleshoot the problem.
Thanks.
liming.ma@volosoft.com