Base solution for your next web application

Activities of "InnodelTech"

Hello,

I am creating a tenant from host login with dedicated database connection string and entered password (not using random password). So my question is ,In which table the tenant's password is stored ? Also username for each newly created tenant is admin by default from where does I can change it

I am getting "You must prove that you are not a robot.", message when I am trying to execute below api in postman or swagger.

Need urgent help on this.

POST Request> https://localhost:44301/api/TokenAuth/Authenticate

Headers: Abp.TenantId:3007 Content-Type:application/json

Body > Raw { "userNameOrEmailAddress": "admin", "password": "123qwe" }

Response: { "result": null, "targetUrl": null, "success": false, "error": { "code": 0, "message": "You must prove that you are not a robot.", "details": null, "validationErrors": null }, "unAuthorizedRequest": false, "__abp": true }

Please suggest.

Hello,

We are creating a master page with File Upload than getting some error like below

its a simple entity:pic1

This is error i have..

Chirag

With site published under local IIS on port 80, the port number is not required in domain format I think. when visiting acme.lendinghub.com we see the public project page. not the login page. login page project is MVC project. We have planned it so that,

acme.lendinghub.com should go to the public page (marketing website) and acme.lendinghub.com/admin should go to tenant ("acme") login page. where tenant admin and other users will login.

We definitely need a remote session to fix this. I am sending email as suggested.

Yes, we published it on the local IIS. To make it same as production environment.

No, we are pointing to default port 80 in IIS. there is no port number. I confirm that is not the case,

Hello,

I really need your immediate help with this.

We have tried our best to follow the guideline as per the link below with no luck in properly determining the tenant. https://aspnetboilerplate.com/Pages/Documents/Multi-Tenancy#determining-current-tenant

In our case, we have created a domain

acme.lendinghub.com which points to 127.0.0.1 in etc\hosts file and pings correctly. We have created a website acme.lendinghub.com under IIS and are attaching the debugger to w3wp.exe process.

We have pointed the public project to acme.lendinghub.com so there is no logged-in user. The name field in abptenants table has "acme "as a value.

Lending_HubWebFrontEndModule.cs has this line

Configuration.Modules.AbpWebCommon().MultiTenancy.DomainFormat = "{0}.lendinghub.com";

//Enable this line to create a multi-tenant application. Configuration.MultiTenancy.IsEnabled = Lending_HubConsts.MultiTenancyEnabled;

        Configuration.MultiTenancy.IgnoreFeatureCheckForHostUsers = true; // Added by Dipendra/Chirag as per document. 

        Configuration.MultiTenancy.TenantIdResolveKey = "Abp-TenantId"; // Added by Dipendra/Chirag as per document.

We don't get the proper TenantId set or Tenant Name resolved.

Hello,

We have checked the documentation. While doing development - we need the ability to determine tenants and it should auto-switch the database connection string based on the incoming URL.

lendinghub.com is main domian. Tenant is T1 - t1.lendinghub.com

and we also entered these entries into the host file to resolve with the local machine IP.

we need help here with the proper approach here to develop and test multi-tenancy. We are unable to do it with localhost. we don't want to switch tenants manually and check.

Please guide.

Question

Hello,

We are building a multi-tenant web application and will be having a separate database per tenant. when we add a new tenant from the owner login, it should send an email to a tenant with the link and login credentials. it automatically created a new database per tenant.

also need to know, how the tenant is identified or detected from the incoming URL using HOST HEADER and how the database connection changes dynamically? can you please explain this and refer us to the corresponding code files to check that?

Chirag

Is it possible for us to schedule 10 mins Anydesk session with you? where we can give access to you and you can show us? I don't mind giving the code to you but I am afraid if it works in your environment - I will not know why it doesn't work for us. I hope you understand.

Showing 1 to 10 of 13 entries