Activities of "thanhvl1"

  • ABP Framework version: v7.0.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): Auth Server Separated
  • Exception message and full stack trace: I've deployed the microservice to AKS and when I access Angular, I usually get this error. I don't know if this is the error of redis or MS SQL. I use redis as a docker and use Azure SQL

This is the stracktrace image:

This cause I've taken a lot of time to browse the web

Thanks. Thanh Vo

  • ABP Framework version: v7.0.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

I've got the following error when I signin to the application through AzureAD

The step is when I click button Microsoft (it is configured in the AuthServer with TenantID and clientId, clientSecret), it redirect to the Register page

But when I click register button, It show error HTTP 400 and I checked the ELK log, I saw the error like the first picture.

Please help me to resolve this problem. Contact me if you need the AzureAD settings for checking

Question

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: v4.1.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

When I upgraded to version 4.1.2, my text localize not effect. It seem get default text though I have changed these values. I call it through gateway, my config like below image Angular: Core:

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: v3.3.1
  • UI type: Angular , MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue: I have 2 page one is angular and another is razor First i go to page in angular to login It's login succes and redirect to my home page i created in IdentityServer web with razor but when i click buton to go to page in angular, my page in angular is not login

How can I log into the razor site in IdentityServer and press the button it points to the angular page that is already logged in?

Hi,

I scan all the documents from abp and abp commercial to find the connectionstring of each module. But I can't see it. I have to open the sourcecode of the framework to see each connectionstring and then note it. But the problem is when I use some commercial feature, I can't get the it because my license is Team and I don't have souce code.

Hope abp team can list out all connectionstring for each module including free and commercial for people easily to find out.

On the below picture, I don't know the SaaSDbContext connectionstring. please provide it to me

Thanks

Hi,

I just want to ask how can I generate mongoDb entity with type is "Collection" in Abp Suite or if abp Suite UI is currently not supported, how do I change the files entities.json for generating ?

HI,

I'm facing a problem that I cannot generate modelbuilder using abp suite v2.3.0. It only generate namespace of model but not anything at all

Hi,

When I modify Abp Suite template I can see what templates is customzied. But if you upgrage abp and update template, how can I combine your updated template and my customized template ?

HI,

I got the error today that I cannot upgrade Abp Suite to version 2.3.0 after Upgrade Abp.Cli 2.3.0 successfully. Is that problem caused by my PC or network or Abp server ?

After I uninstall Abp Suite, I cannot reinstall it anymore

Regards, Thanh

Question

Hi,

I'm facing a problem that I cannot generate CRUD page using ABP Suite although I can build success the whole solution

Where can I find the log when using ABP Suite ?

Update: After diging, I can find the Abp suite's logs where is %userprofile%.abp\suite\logs

But there is no any Error in the log

2020-03-13 10:19:33.094 +07:00 [INF] Request starting HTTP/1.1 GET http://localhost:3000/api/abpSuite/solutions/DDC.BackendService/is-built application/json 2020-03-13 10:19:33.094 +07:00 [INF] Executing endpoint 'Volo.Abp.Suite.Controllers.AbpSuiteController.IsSolutionBuiltAsync (Volo.Abp.Suite)' 2020-03-13 10:19:33.095 +07:00 [INF] Route matched with {action = "IsSolutionBuilt", controller = "AbpSuite", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task1[System.Boolean] IsSolutionBuiltAsync(System.String) on controller Volo.Abp.Suite.Controllers.AbpSuiteController (Volo.Abp.Suite). 2020-03-13 10:19:33.098 +07:00 [INF] Executing ObjectResult, writing value of type 'System.Boolean'. 2020-03-13 10:19:33.098 +07:00 [INF] Executed action Volo.Abp.Suite.Controllers.AbpSuiteController.IsSolutionBuiltAsync (Volo.Abp.Suite) in 3.5566ms 2020-03-13 10:19:33.098 +07:00 [INF] Executed endpoint 'Volo.Abp.Suite.Controllers.AbpSuiteController.IsSolutionBuiltAsync (Volo.Abp.Suite)' 2020-03-13 10:19:33.098 +07:00 [INF] Request finished in 4.6486ms 200 application/json; charset=utf-8 2020-03-13 10:19:34.111 +07:00 [INF] Request starting HTTP/1.1 POST http://localhost:3000/api/abpSuite/solutions/DDC.BackendService/build application/json 0 2020-03-13 10:19:34.111 +07:00 [INF] Executing endpoint 'Volo.Abp.Suite.Controllers.AbpSuiteController.BuildSolutionAsync (Volo.Abp.Suite)' 2020-03-13 10:19:34.111 +07:00 [INF] Route matched with {action = "BuildSolution", controller = "AbpSuite", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task1[System.Boolean] BuildSolutionAsync(System.String) on controller Volo.Abp.Suite.Controllers.AbpSuiteController (Volo.Abp.Suite). 2020-03-13 10:19:36.844 +07:00 [INF] Executing ObjectResult, writing value of type 'System.Boolean'. 2020-03-13 10:19:36.844 +07:00 [INF] Executed action Volo.Abp.Suite.Controllers.AbpSuiteController.BuildSolutionAsync (Volo.Abp.Suite) in 2732.9898ms 2020-03-13 10:19:36.844 +07:00 [INF] Executed endpoint 'Volo.Abp.Suite.Controllers.AbpSuiteController.BuildSolutionAsync (Volo.Abp.Suite)' 2020-03-13 10:19:36.844 +07:00 [INF] Request finished in 2733.7561ms 200 application/json; charset=utf-8

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