Update the ABP CLI:
dotnet tool update -g Volo.Abp.Cli
Update the ABP Suite:
abp suite update
It's now preview version. The production will be released on 2020-10-28
ABP has integrated Google reCaptcha. I want to enable reCaptcha. How to enable it?
Reported by safak.bal (https://support.abp.io/QA/Questions/425#answer-5ae35e49-16db-db95-4fff-39f81aa8ea2c)
after migration to v3.2 when your browser default language is turkish, application is opening in turkish language selection even if the default language is english
and also when it comes with turkish culture, after you log in datepickers are not workinf properly and console logs this error. "ERROR Error: Uncaught (in promise): Error: InvalidPipeArgument: 'Missing locale data for the locale "tr".' for pipe 't'" but if you click "English" and then click "Türkçe" again it works correctly.
I created a demo , http://9d7c0e1ede1ff59d.demo.commercial.abp.io/dashboard , and the error occurs there also.
How can I download Lepton source with Angular code included
Refer https://support.abp.io/QA/Questions/282#answer-fa14a68a-9fdf-7465-ce2d-39f7c1ad0319
We have released v3.2.0-rc.1. (rc.2 , rc.3 may come)
This release candidate will be active for 2 weeks. In this duration, we'll fix all the reported bugs and then release the production version v3.2.0. If you encounter any issues on v3.2.X don't hesitate to write under this post.
ABP Framework version: v3.1.1 Would you please provide guidance on why I am unable to install ABP Suite v3.1.1. Here are the steps taken:
Step 1: dotnet tool install -g volo.abp.cli (Success)
Step 2: abp login <username> -p <password> (Success)
Step 3: abp suite install (Error below)
Reported here https://support.abp.io/QA/Questions/282#answer-804fcdf8-1450-56c2-3624-39f78ab3d96f
How to perform an ABP Suite clean install?
I see the following error while I am generating a CRUD page with ABP Suite. And DB Migrations are not applied.
The EF Core tools version '3.1.5' is older than that of the runtime '3.1.6'. Update the tools for the latest features and bug fixes.
I want to call endpoints from my custom C# program. How can I authenticate and then call actions that needs authentication.