Activities of "krashhh"

Hi,

I want to use Dynamic API Client Proxy, but I need an option to change the base URL in runtime before specific service API call.

public class MyService : ITransientDependency
{
    private readonly IHttpClientProxy<IBookAppService> _bookService;

    public MyService(IHttpClientProxy<IBookAppService> bookHttpClientProxy)
    {
        _bookHttpClientProxy = bookHttpClientProxy;
    }

    public async Task DoIt()
    {
       ** _bookHttpClientProxy.BaseURL = "xyz";     // Something like this.**
        var books = await _bookHttpClientProxy.Service.GetListAsync();
        foreach (var book in books)
        {
            Console.WriteLine($"[BOOK {book.Id}] Name={book.Name}");
        }
    }
}

Please help me how I can extend something to achieve this functionality?

Hi

Can you check this? https://support.abp.io/QA/Questions/1386/Can't-log-in-as-new-tenant#answer-a265843f-df4c-4f23-9128-39fcdeeec049

We still waiting for your answer about installing payment Angular UI problem??

I found in a log exception when executing SQL Query at An exception occurred while iterating over the results of a query for context type Volo.Saas.EntityFrameworkCore.SaasDbContext

https://gist.github.com/ssba/e0e42664232030595d8302ae60e6ccdc

I updated Suite and tried all from scratch with no success

Please help me fixing it, i cant start project for many days because of this issue

Hi,

I have tried, but can not reproduce the problem, can you provide a project? thanks. shiwei.liang@volosoft.com

What do you mean a project ? I regenerated the progect many times it is a new APP from scratch. I tried all options - Aplication with Angular. Generated many times new solution and added Payment Module. And there alway same problem with new Tennant

So how i can install the UI additional package of this module to my Angular ?

The package id is @volo/abp.ng.payment, you can refer the document: https://docs.abp.io/en/abp/4.4/UI/Angular/Feature-Libraries

Same problem is in App Template...

I will check it.

So what about the tennant problem... IN all app templates. ?!

Hi,

For Multitennancy problem, are you using app-pro template right? can you provide more info?

ABP version: UI: Database: tiered:

Same problem is in App Template: Tenant Admin Cannot Login into the Tenant After the Tenant is created. I created a tenant in abp using the admin. But i was unable to login with the email address used in the tenant registration. I also queried the database and looks like it is not added the new user. There is no user that can login new Tennant after creation

Hi,

See https://github.com/abpframework/abp/issues/10362

The point is add-module command only supports the app template. you need to install manually.

As i understood, the add-module work in app Template, but also there no UI for Payment module in Angular.

So how i can install the UI additional package of this module to my Angular ?

Hi,

For Multitennancy problem, are you using app-pro template right? can you provide more info?

ABP version: UI: Database: tiered:

For Multitennancy problem

ABP version: Last Release with Suite UI: Angular Database: SQL Server tiered: true

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