Activities of "kirtik"

Hello,

We are developing ABP.io commercial micro service + Angular architecture based multitenant application, and will be hosting on AKS. We were reffering your documentation - https://docs.abp.io/en/abp/latest/UI/Angular/Multi-Tenancy#tenant-specific-remote-endpoints. In the "Tenant Specific Remote Endpoints" section in this link, you are suggesting to have - baseUrl: "https://{0}.mydomain.com/" issuer: "https://{0}.ids.mydomain.com" url: "https://{0}.api.mydomain.com" url: "https://{0}.identity.mydomain.com"

According to above configuration for each tenant, either we need to have 4 different wildcard cartificate or one multidomain certificate (which is limited to specific number for domains - lets say up to 100 domains/certificate) whats your recommendation on this - shall we go with four different wildcard certificates (*.mydomain.com, *.ids.mydomain.com, *.api.mydomain.com & *.identity.mydomain.com) or go with single multidomain certificate ?

Apart from this, rather than going with multiple wildcard certificates or a multidomain certificate approach, we are also planning to go with an approach, wherein, we can use -{0}.mydomain.com, ids.mydomain.com, api.mydomain.com, & identity.mydomain.com by handling the configurations from the code, so that we can go with single wildcard certificate for unlimited sub-domains?

Whats your recommendation on this ?

Thanks

  • ABP Framework version: vX.X.X Microservices template
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): tiered
  • Exception message and stack trace:
  • Steps to reproduce the issue:

I am trying to run the New Microservices Angular template. I executed database migrations with local SQL Express (not docker) and created all databases successfully. When i ctrl + f5 AuthServer project i get this SQLException

How to resolve this and proceed ? Is it necessary to run SQL infrastructure if not using Docker ?

Thanks

  • ABP Framework version: v4.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

We have a scenario where user1 and user2 have same usernames and same emailId . user1 username : ABC Password : 1q2w3E* email : abc@gmail.com TenantId : 1

user2 username : ABC Password : 1q2w3E* email : abc@gmail.com TenantId : 2

We want to implement in such a way that when user1 logs in to Tenant1 he can directly click on Tenant2 and login automatically through code and switch the context of Tenant1 to Tenant2. In the same way user can also switch back to Tenant1 .

We know about ICurrentTenant interface, but want to completely switch the tenants.

https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant

Is this possible in Abp.io ? If yes, please share the steps to achieving it..

This is high priority for the customer

Thanks

  • ABP Framework version: vX.X.X
  • UI type: MVC/jquery
  • DB providerMongoDB
  • Tiered (MVC) or Identity Server Seperated (Angular): no

We are receving this below error related to login user timeout only from couple of pages. Rest of the pages are working fine . The session timeout is set to 1 year.

Can you please help us here ?

Thanks

  • ABP Framework version: vX.X.X
  • UI type: MVC/jquery
  • DB providerMongoDB
  • Tiered (MVC) or Identity Server Seperated (Angular): no

We are receving this below error related to login user ti eout** only from couple of pages**.Rest of the pages are working fine . The session timeout is set to 1 year.

<br> Can you please help us here ?

<br> Thanks

  • ABP Framework version: v3.1.5.0
  • UI type: React native Web frontend : mvc/jquery
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

We are developing a recat native mobile application and want to call web API from mobile app. But unable to find the Login API on swagger. How do we find the login API on swagger.

Our abp.io project is part of team license with no source code

Thanks

I am performing a proof of concept for using Azure Cosmos DB. I am following these steps to use Azure Cosmos DB from mvc/jquery ABP.IO application. https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Other-DBMS I am at the last step of "Re-Generate the Migrations". However i started getting exceptions for many tables for the concurrencyStamp property which i resolved one by one by using the IsETagConcurrency() and it worked for all entities so far. But its not working for the &lt;ApiResource> entity.

I tried ignoring the entity but still getting the same error. Its not ignored at all. Maybe since its defined in the matadata ?

<br> Could you please help me since i think my Azure Cosmos will work if this issue is resolved.

  • ABP Framework version: v4.0.0
  • UI type: Blazor
  • Tiered (MVC) or Identity Server Seperated (Angular): no

I have tried to run the Blazor project in three different variations today. However with each project the swagger runs without problem but when the Blazor project is run i get all these errors in console.

I have not made any changes in code at all. Just running the plain vanilla application.

Also tried to run the BookStore-Blazor-EfCore and EventOrganizer from samples master, but same errors.

Am i missing some package ? Can you please provide pointers ?

Thanks

Question

Can i use a single license on multiple machines ? That is , Can i run multiple licensed copies of abp.io license at the same time across machine ?

Please confirm

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC
  • Tiered (MVC) or Identity Server Seperated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Hello,

My client is interested in using the text templating system of abp.io in his aspnetzero MVC/jQuery project. Is this possible for integrating either using 1. Volo.abp.Texttemplatemanagement Nuget packaage or 2. Using the module source code. However, i see that source code is for Angular (When i added a TextTemplateManagement sourccode via ABP Suite to my MVC/EF project, i got angular code). Do we have MVC/Razor source code module for TextTemplate Management ? Can you give some pointers on how we can use the Text Templating system into aspnetzero ? Any pointers in this would help a lot.

Thanks.

Showing 1 to 10 of 19 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11