Currently, I am using abp framework commercial(verrsion 7.2.1) and created a solution wiwth application template. I want to deploy this application to AKS (Azure Kubernetes Service). Please help us following question:
Hi ABP support team We a using abp commercial
• ABP Framework version: v7.3.2 • UI Type: Angular • Database System: MongoDB • Auth Server Separated (for Angular): yes Hi Support Team, Our solution is currently deployed in Azure Kubernetes Service. We use SaaS module of ABP Commercial (version 7.3.2). We need to have separate domain for the host side as well as for each tenant. For example, we have 3 domains as below:
Could you help me how to configure the domains for the host and each tenant?
Hi ABP Support Team! We a using abp commercial
UI framework: angular
ABP Version: 7.3.2
Data access: MongoDB
Deployment: Azure Kubenetes Service
Template type: Application template, separate Authen Project
Currently, I'm Following and configured in angular application with document: https://docs.abp.io/en/abp/latest/UI/Angular/Multi-Tenancy
When access to host tenant, it is working, however when access on tenant, it is not working. It cannot resolver issuer domain. Can you help me for this? I think because the Authen project has set config issuer domain, is that the problem?
Here is the configmap angular:

Hi Support Team ABP!
Currently, I want to build email platform that allows users send email and receive new email in my application angular.
Can you guild for me step by step implement for this?
Hi Support Team ABP!
ABP Framework version: v7.4.0
UI Type:Angular
Database System: MongoDB
Tiered (for MVC) or Auth Server Separated (for Angular): yes
Currently, I am using chat module. This module is working well. However, I want to implement a feature like: Build a hub, when a user is typing of chat box, some event will be send to the hub Can you guide me step by step implement for this?
Hi Support Team ABP!
ABP Framework version: v7.4.2
UI Type:Angular
Database System: MongoDB
Tiered (for MVC) or Auth Server Separated (for Angular): yes
Currently, I'm setting email information in Emailing screen of angular side, I saved successfully,

After that, I click to button Send test email

and in the next step I input sender email address, target email address, Subject and body

and in the next step click o send
I got error: System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Authentication Required.

Can you help me for this issue? and suggest solution for this problem. Thanks ABP Support Team!
Hi Support Team ABP!
ABP Framework version: v7.4.3
UI Type:Angular
Database System: MongoDB
Tiered (for MVC) or Auth Server Separated (for Angular): no
Currently, I configured successfully chat module to my project. I'm following document and configuration: https://docs.abp.io/en/commercial/latest/modules/chat (I used method "Using ABP suite" and Replace module with source code)
However, when I send message from user admin to user member, page chat of user member doesn't realtime receive message from user admin (Neither do user admin)
Could you please support me for this issue?
Hi Support Team ABP!
ABP Framework version: v7.4.4
UI Type:Angular
Database System: MongoDB
Tiered (for MVC) or Auth Server Separated (for Angular): no
Currently, I am using module web public Razor ASP .Net and running web public normally. However, with localization I implement it by myself and not reuse the server side localization resources.
My team plan to use server side localization like this like: https://docs.abp.io/en/abp/latest/Localization#using-in-a-razor-view-page Could you please guide me how to integrate server side localization to web public Razor ASP .Net and guide for me step by step?