Base solution for your next web application
Open Closed

Disabling Chat #12173


User avatar
0
uenlkr4e created

Hi, is there an easy way to disable chat for a single tenant setup? there is no host settings because there is no multi tenant. and in single tenant admin there is no configuration setting to turn it on or off.

any suggestions? thanks


1 Answer(s)
  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @uenlkr4e,

    Chat is bound to a feature but features are not available in single-tenant mode. So, If you don't want to use this feature, you can remove its codes from your project.

    • Remove the chat icon from the top bar.
    • Remove signalr from Startup.cs
    • Remove signalr and chat javascript files so that your js does not try to make a signalr request.
    • Remove any other .cs files that mention chat. This one is optional.