Great,
Thank You Imrankhan
Hello Liming,
I sent info in your email.
I looked at the Swagger UI, there is only one definition of web gateway. I also run the angular project and it is throwing below error.
An error has occurred! Http failure response for https://localhost:44320/api/abp/application-configuration: 0 Unknown Error
Port 44320 is the web gateway port.
Can you please provide any documents on a static proxy for modules?
I got it now. I was running the applications from visual studio IIS express. I run all the projects using 'dotnet run' command and angular projects loading successfully but still, I am not able to see the definitions in Swagger UI. I will check further and will close this issue if everything works fine.
No, The project is already developed. We added a new module to the existing project. After adding a new module, the Client is not authenticated.
Ok, I will apply topic rules based on publishing events. If you have any sample or article or topics rules, would be great for us.
Hi,
That Enable Chat option is not visible in UI so I cannot enable it. I configured the chat module in AppModule but the chat option is not visible on the setting page.
I just googled about the above issue and found that need to enable a chat feature on the manage tenant management host features. I enabled chat features. Now I got the chat icons, Still facing some issues and I am looking into it.
I enabled the chat module and now I am getting the below exception when I search the contacts.
2022-02-25 15:07:46.645 +05:30 [ERR] Forbidden
Volo.Abp.Http.Client.AbpRemoteCallException: Forbidden
at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.ThrowExceptionForResponseAsync(HttpResponseMessage response)
at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.RequestAsync(ClientProxyRequestContext requestContext)
at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.RequestAsync[T](ClientProxyRequestContext requestContext)
at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.RequestAsync[T](String methodName, ClientProxyRequestTypeValue arguments)
at Volo.Abp.Identity.ClientProxies.IdentityUserLookupClientProxy.SearchAsync(UserLookupSearchInputDto input)
at Volo.Abp.Identity.HttpClientExternalUserLookupServiceProvider.SearchAsync(String sorting, String filter, Int32 maxResultCount, Int32 skipCount, CancellationToken cancellationToken)
at Volo.Abp.Users.UserLookupService`2.SearchAsync(String sorting, String filter, Int32 maxResultCount, Int32 skipCount, CancellationToken cancellationToken)
at Volo.Chat.Users.ContactAppService.GetContactsAsync(GetContactsInput input)
Also, I have two users but they are not listed in contacts. How to add users in the chat users table.