hi
There is an error with your Kafka
service.
2023-05-05 10:44:17.620 +05:30 [ERR] Failed while waiting for controller: Local: Timed out
Confluent.Kafka.KafkaException: Failed while waiting for controller: Local: Timed out
at Volo.Abp.Kafka.KafkaMessageConsumer.CreateTopicAsync()
at Volo.Abp.Kafka.KafkaMessageConsumer.Timer_Elapsed(AbpAsyncTimer timer)
at Volo.Abp.Threading.AbpAsyncTimer.Timer_Elapsed()
hi
Please share the log via email attachment. Thanks
liming.ma@volosoft.com
hi
Did you add some custom code for permissions or seed permissions?
Can you share a username and password so I can reproduce it online?
liming.ma@volosoft.com
hi
Please download the source code of the account module to refer to.
Override the OnGetExternalLoginCallbackAsync
of LoginModel
You can update externalUser
at
await SignInManager.SignInAsync(externalUser, false);
The azure b2c user info exists on loginInfo
hi
Please share full logs of the backend app. liming.ma@volosoft.com
hi
You can find a way to reproduce it. Then I can resolve it.
hi
Please share the logs of http 405.
liming.ma@volosoft.com
hi
Try to use 2.1.0
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="2.1.0" />
Do you have an example of how to write logs into the database by implementing an ILogEventSink or any other way?
hi
I don't have experience with this.