Activities of "liangshiwei"

Hi,

4.0 has been released in RC.

try:

dotnet tool update -g Volo.Abp.Cli --version 4.0.0-rc.3

abp new NewProject --preview

Or you can wait for 4.0 to release stable version.

Hi,

ABP was upgraded to NET 5 in version 4.0, see: https://github.com/abpframework/abp/releases. you can upgrade your project to v 4.0

I can help you remotely. shiwei.liang@volosoft.com

Answer

Response status code does not indicate success: 401 (Logon failed.).

I see that you have uninstalled the CLI, You can reinstall them.

  1. Clear your folder
  2. dotnet tool install -g Volo.Abp.Cli --version 3.3.1
  3. Use the abp login command
  4. Use the abp suite install command.
Answer

Hi,

You also need to dotnet tool update -g Volo.Abp.Suite --version 3.3.1

Answer

Try

dotnet tool update -g Volo.Abp.Cli --version 3.3.1

Answer

ABP uses the default threshold of 0.5, If the score is less than 0.5, you will get Incorrect captcha answer. if the captcha response is null, you will get Please check the reCAPTCHA box.

However, the logic is correct, but the error message needs to be change. I will fix it in v 4.1.

Hi,

Calling API via swagger will not send xsrf-token, We fixed it in v4.0. see https://github.com/abpframework/abp/pull/6124, https://github.com/abpframework/abp/pull/5864.

For now, you can reference the Volo.Abp.Swashbuckle package to your HttpApi.Host project.

Answer

See https://developers.google.com/recaptcha

reCAPTCHA v3 helps you detect abusive traffic on your website without user interaction. Instead of showing a CAPTCHA challenge, reCAPTCHA v3 returns a score so you can choose the most appropriate action for your website.

If you want captcha check box,you need to use version 2.

But you are right, I will update the localization message.

Hi,

You need use the Identityserver token endpoint instead of /api/account/login

Showing 6181 to 6190 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 10, 2025, 06:30