What is your product version? 11.0.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 6
Hi in the highlighted section, in web site it is mention that it will navigates you to front end application, does it work with sub domains as well becuase I have tried to copy the logic of the login form web.public > HeaderViewComponent and added the another conteroller in web.host and pasted the logic there. I have to do that becuase I do not want another service to be publish. After coping the logic it is working fine If there is not sub domain i.e it working fine with tenant switcher but when I am enabling the sub domain and instad of url I am using tenant url ,it is not working, Could you please help us on this issue.
Note : Sub domain = tenant specfic URL
code which I have copied and modifed and we have added the login button in on the public web site in which we are using super admin api end point to for checking the tenantId, but every time we are getting null. Please provide a solution asap.
var tenancyName = "";
var customDomin = "";
if (_abpSession.TenantId.HasValue)
{
var tenant = await _tenantManager.GetByIdAsync(_abpSession.GetTenantId());
tenancyName = tenant.TenancyName;
customDomin = tenant.CustomDomain;
}
var headerModel = new HeaderViewModel();
headerModel.LoginInformations = await _sessionCache.GetCurrentLoginInformationsAsync();
headerModel.IsInHostView = !_abpSession.TenantId.HasValue;
headerModel.Languages = _languageManager.GetActiveLanguages().ToList();
headerModel.CurrentLanguage = _languageManager.CurrentLanguage;
headerModel.CurrentPageName = "Home";
headerModel.IsMultiTenancyEnabled = _multiTenancyConfig.IsEnabled;
headerModel.TenantRegistrationEnabled = await _settingManager.GetSettingValueAsync<bool>(AppSettings.TenantManagement.AllowSelfRegistration);
headerModel.AdminWebSiteRootAddress = _webUrlService.GetServerRootAddress(tenancyName).EnsureEndsWith('/');
headerModel.WebSiteRootAddress = string.IsNullOrWhiteSpace(customDomin) ? _webUrlService.GetSiteRootAddress(tenancyName).EnsureEndsWith('/') : $"https://{customDomin}/";
if (headerModel.LoginInformations.Tenant == null)
{
return View("NewUser");
}
return View(headerModel);
please let me know what endpoint should I use, in which user navigate and it will pick the tenancy of that user where user is using tenant specifc url ? Thanks
What is your product version? 11.0.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 6
Hi, we have two plans once is free forever and other are paids once.
Please help me to solve this issue
What is your product version? 10.3.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 5
in production we are getting "Getting IdentityBearerIdentityServerAuthenticationJwt was not authenticated. Failure message: IDX10503: Signature validation failed" exception so many times this is the screen shot from application insights of azure
and alos plese let me know that we are generating the RSA key each time when we restart the server
Thanks
What is your product version? 10.3.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 5
Hi , we are having problem of getting high CPU usage. Our application has been depolyed in azure. it is taking high CPU usage as well and thread count is also getting very high in azure , we are avg 100 threads in azure
Thanks
What is your product version? 10.3.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 5
Hi, we want to update backend code with the latest version. How can we do that and it is possible to update the backend only we do not want to update the front end
Thanks
What is your product version? 10.3.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 5
Hi , We are using azure signalR with basic tier which allow us 20 connections in it but we have found that if no body is using the applicaion it still shows all connection are using by the server and due to which we are unable to test signalR related functionality when we used application again we are getting excetion "Connection count reaches limits".
Screen shot of azure that server is using all the connection
even if we restart the server it will go to 0 and then agian occupied all the connections.
please provide a soltuion asap. Thanks
What is your product version? 10.3.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 5
Hi I am using chrome browser , but when I am navigating to the audit logs I have found that the browser info is not correct , it should show only chrome browser but it is showing all the browser in that column
Thanks
What is your product version? 10.3.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 5
Hi we have an issue in audit logs where the logs are showing the local path of the developer machine. our app service is deployed in azure but in production it is still taking the path of local machine of the developer.
Thansks
What is your product version? 10.3.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 5
Hi I want to create a task queue in my project and how can add a listner as well in that so that the queued methods will execute and update the client site as well/ Please help me with that issue.
Thanks
What is your product version? 10.3.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 5
Hi , we are getting timeout exception while accessing the audit logs. please provide a solution as soon as possible.
Thanks