Base solution for your next web application

Activities of "dirtman"

Question

Hello do you have any sample how can we use ABP in Azure function project and use Services and Repo in it?

I cant impersonate my tenant with my host admin in my production site. however, the impersonate in localhost is works fine. the error on the logs.txt is

System.ApplicationException: Current tenant is different than given tenant. AbpSession.TenantId: , given tenantId: 3

WebsiteRootAddress on appsettings.json:

"App": {
    "WebSiteRootAddress": "http://{TENANCY_NAME}.mylivesite.com/"
  },

Hi, I run a Fresh codes with ASP.NET Core on my local machine and tried to Create New Tenant with a Multiple Database. but turned out it returns an internal server error on this code

//TenantManager.cs line [#91](https://support.aspnetzero.com/QA/Questions/91)
CheckErrors(await _roleManager.CreateStaticRoles(tenant.Id));

The database was successfully created, it's stuck on that line.

regards, Irvan

Showing 1 to 3 of 3 entries