Thanks, it worked
Thanks, above solution worked for me.
Hi can you please provide a simple sample example for my requirement. public async Task CheckSLevelAsync(int hId, int pId) ==> My API endpoint { var result = _hRepository.FirstOrDefaultAsync(x => x.HId == hId && x.PId == pId).Result; if (result != null) { return true; } return false; } I want to mock the "_hRepository" and want to write xunit test cases. Can you pls. provide sample code how to mock the repository and run a xunit test case.
Any settings to disable email feature during user registration process?
Thanks for the response, will refer the links.
We are using standard/basic theme not LeptonX
This issue was resolved by configuring the return URIs.
Auth server and API site urls are secured and working fine now. I think https only configuration setting took some time to get applied.
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()
Thanks for the response, I will look into the 'kafka' service issue and will check again whether can create Users and Roles
I tried renaming the class getting same exception