hi
Try the abp get-source Volo.Docs
command, It also includes the admin
part.
https://github.com/abpframework/abp/tree/dev/modules/docs
hi
You can set the CreatorId
of the entity
by ObjectHelper.TrySetProperty(entity, x => x.CreatorId, () => YourID);
.
hi
You shouldn't disable them. One of them pushes jobs to hangfire, and the other is used to clear expired tokens.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BackgroundJobs/Volo/Abp/BackgroundJobs/BackgroundJobWorker.cs#L40 https://github.com/abpframework/abp/blob/dev/modules/openiddict/src/Volo.Abp.OpenIddict.Domain/Volo/Abp/OpenIddict/Tokens/TokenCleanupBackgroundWorker.cs#L11
Thanks. I will forward to angular team.
hi
Can you explain it in detail? If possible please share some screenshots. Thanks
hi
dotnet dev-certs https -v -ep authserver.pfx -p YOURPASSWORD
hi
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
This has nothing to do with ap. Please check your configuration.
The specified network password is not correct.
hi
I guess the passPhrase
is incorrect. You can try with another password or re-generate a new pfx file.