Open Closed

Angular UI with Chat module #493


User avatar
1
jeboersema created
  • ABP Framework version: 3.2.1
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace: none
  • Steps to reproduce the issue:

Hi

I have followed your steps to install the Chat Module

The steps I followed: https://docs.abp.io/en/commercial/latest/modules/chat

Maybe a notice that the Chat Feature has to be enabled for the host if a non-tenanted solution is used?

When I try to open my application, I get the following errors:

Can you please provide me with a sample application with Angular UI and EF.Core so that I can see what I am missing.

Your documentation does not seem to be complete when Angular UI is used.

Help appreciated.


1 Answer(s)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi,

    I've followed the documentation to test your issue and managed to install Chat module successfully. So, it seems like you have a missing configuration or dependency.

    Most probably, your {ProjectName}.HttpApi.Host project doesn't reference Volo.Chat.SignalR package and therefore it is not depend on ChatSignalRModule module. If it does both of these, make sure that you've not skipped SignalR Access Token Configuration for Angular Projects part which should be done in {ProjectName}.HttpApi.Host project as well.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11