4 Answer(s)
-
0
To resolve the "Error while checking license in Abp Suite" as described in question #9678, follow these steps:
- Ensure your ABP Commercial license is valid and not expired.
- Make sure you are logged in to the ABP CLI with your licensed account:
abp login <your-username>
- If you are running in a container or remote environment, copy your local ABP CLI token file (
access-token.bin
) to the target environment:- For Windows:
%UserProfile%\.abp\cli\access-token.bin
- For Linux:
/home/<user>/.abp/cli/access-token.bin
- For Windows:
- If you are using the
AbpLicenseCode
in your configuration, ensure it is correctly set as an environment variable or in yourappsettings.json
file, and that there are no extra spaces or line breaks. - Restart Abp Suite or your application after making these changes.
If the problem persists, refer to the official support thread for additional troubleshooting steps:
Sources:
This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.
-
0
Hi,
Ai suggestions don't solve the problem.
-
0
Hi,
I've just logout and login again and everything works.
Thanks
-
0
👍