hi
Can you test your code in the template project and share it?
I will download and check your code.
liming.ma@volosoft.com
Thanks
hi
What is your abp packages version?
app.UsePathBase("/Blazor");
What is the reason you use this?
We have used MapAbpStaticAssets
to replace UseStaticFiles
app.UsePathBase("/Blazor");
app.UseStaticFiles();
app.UseRouting();
Can you share a project I can download and check it?
liming.ma@volosoft.com Thanks
hi
ABP hangfire module will use HangfirePeriodicBackgroundWorkerAdapter
to execute your/modules PeriodicBackgroundWorkers
.
Maybe we can remove HangfirePeriodicBackgroundWorkerAdapter
and execute the worker directly. I will check this.
However, all workers are still listed in the Hangfire dashboard.
Thanks.
hi
You can pass the __tenant
parameter to the HTTP request manually before getting an access token.
hi
Could you provide more information about your case?
Thanks.
hi
Can you try this?
GetEntityTypes
and GetProperties
https://github.com/abpframework/abp/issues/18354#issuecomment-1840172073
Thanks
hi
Can you share the debug logs(logs.txt
) when 400 bad request error
?
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
liming.ma@volosoft.com
Thanks.
Thanks hiltond 👍
If you encounter other problems, please feel free to provide feedback.