Open Closed

ABP-LIC-0023 403 Forbidden error #7260


User avatar
0
mattw@agilenova.com created

Hello,

I recently started receiving the following license errors in development/debug:
===> 08:29:22 [Error] ABP-LIC-0013 - License exception: ABP-LIC-0023: An error occured while calling the license server! License check communication failed! The response was not successful: 403 - Forbidden
===> 08:29:23 [Error] ABP-LIC-0013 - License exception: ABP-LIC-0023: An error occured while calling the license server! License check communication failed! The response was not successful: 403 - Forbidden

I have confirmed that I am logged in as a license commercial user using the following:

I have tried:
abp logout
abp login username
(which confirms success)
abp login-info
(which returns my login info)

abp suite
ABP CLI 8.1.3
**Please login with your account.
**

I can run the code in release mode with ASPNETCORE_ENVIRONMENT=Production but I need to run in development/debug.

Please advise.

  • ABP Framework version: v8.1.3

  • UI Type: Angular

  • Database System: EF Core PostgreSQL

  • Tiered (for MVC) or Auth Server Separated (for Angular): no

  • Exception message and full stack trace: ABP-LIC-0013

  • Steps to reproduce the issue: Try to run the HttpApi.Host with dotnet run


4 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    You can try to clear the access-token.bin file, and try logout&login.

    For Windows it's => %UserProfile%.abp\cli
    For Linux it must be $HOME => /home/user/.abp/cli/

    image.png

  • User Avatar
    0
    mattw@agilenova.com created

    I am on a Macbook M1 and cleared the access-token.bin in /Users/me/.abp/cli. No luck...I am still receiving the license errors and abp suite is till prompting me to "Please login with your account." immediately after "abp login" was successful.

  • User Avatar
    0
    mattw@agilenova.com created

    I just found the issue. I was logged in with my ABP primary user account credentials and not using my Organization's developer account. I assume the primary user account does not have permission.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    https://docs.abp.io/en/abp/latest/CLI#login

    You can try add the --organization option

    abp login <username> --organization <organization>

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 13, 2025, 04:08