hi.
Please enable the Debug logs and reproduce your problem then share the Logs.txt file.
public class Program
{
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Information()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
Thanks
liming.ma@volosoft.com
sure.
Your project have to depends on EF Core if you want to run background jobs.
Cannot resolve parameter 'Volo.Abp.OpenIddict.Tokens.IOpenIddictTokenRepository repository'
This generally indicates you haven't depended on the EF Core layer.
Please check if your website module depends on it.
You can try to inject the TokenCleanupService to get the error instead of waiting for it to happen.
https://github.com/abpframework/abp/blob/dev/modules/openiddict/src/Volo.Abp.OpenIddict.Domain/Volo/Abp/OpenIddict/Tokens/TokenCleanupService.cs#L15
hi
The docs module will use a cache in a production environment.
https://github.com/abpframework/abp/blob/dev/modules/docs/src/Volo.Docs.Application/Volo/Docs/Documents/DocumentAppService.cs#L377-L380
You can configure the cache time.
https://github.com/abpframework/abp/blob/dev/modules/docs/src/Volo.Docs.Application/Volo/Docs/Documents/DocumentAppService.cs#L516-L547
hi
Your logs are not complete. Can you share a test project?
I will download and test it.
Thanks
Great
hi
Redirect authentication to Frontend by editing environment.ts
Can you share a screenshot?
Start app and go to Login page
What type of this page? angular or authserver mvc?
Thanks
hi
Can you try to inject the IBackgroundJobManager to see the service type?
Or you can share a project via https://wetransfer.com/ that can reproduce the problem.
liming.ma@volosoft.com
Thanks
hi
Can you create a new Blazor wasm template from Visual Studio?
I want to confirm whether it is related to abp or NET 8.
If Microsoft's templates don't support your browser, we can do nothing.
Thanks.