hi
Please reproduce your problem and share full Logs.txt file.
Thanks.
Ok, I will share the code with you to customise the footer.
btw, Do you have the ProductionMan.Blazor.Client project?
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