This is the stracktrace image:
This cause I've taken a lot of time to browse the web
Thanks. Thanh Vo
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
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.
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.
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'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.Task
1[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