Unable to Download LeptonX Theme Source Code
Hello ABP Team,
I am unable to download the source code for Volo.Abp.LeptonXTheme.
I have already verified that I am signed in with the correct ABP account and organization.
I can successfully download the source code for all other commercial modules. The issue only occurs with LeptonX Theme.
I also tried downloading it using the ABP CLI:
abp get-source Volo.Abp.LeptonXTheme --version 10.5.0
The command starts downloading the module but fails with the following exception:
Volo.Abp.Studio.AbpStudioException:
Downloading source code failed for: Volo.Abp.LeptonXTheme
Could you please verify whether my account/organization has the correct entitlement for the LeptonX Theme source code, or if there is any issue with the download service for this module?
Thank you.
3 Answer(s)
-
0
Volo.Abp.LeptonXThemeis not the correct module name for downloading LeptonX theme source withabp get-source. For LeptonX, download the Pro package instead:
abp get-source Volo.Abp.LeptonXTheme.Pro --version 10.5.0If the download still fails, try these two proven workarounds:
- Download into an empty/clean folder (avoid running
abp get-sourceinside an existing solution folder; it can cause failures and/or file spillage):
- Download into an empty/clean folder (avoid running
mkdir C:\Temp\leptonx-src cd C:\Temp\leptonx-src abp get-source Volo.Abp.LeptonXTheme.Pro --version 10.5.0- Clear ABP CLI cache and retry (in case a corrupted/old cached artifact is reused):
- Delete:
%USERPROFILE%\.abp\templates\
- Then re-run:
- Delete:
abp get-source Volo.Abp.LeptonXTheme.Pro --version 10.5.0- If it still fails after using the correct module name + clean folder + cache clear, it’s very likely an account/organization entitlement or server-side download issue specifically for that package. In that case, download via ABP Suite as an immediate workaround, and open a ticket / contact ABP support to check your organization’s entitlement for LeptonX Theme Pro source:
- https://abp.io/contact
(Verified references you can point to)
- https://abp.io/support/questions/4668
- https://abp.io/support/questions/10751
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
We've confirmed it and will fix it soon. https://abp.io/support/questions/10778/Unable-to-Download-LeptonX-Theme-Pro-Source-Code-from-ABP-Studio
We've refunded your ticket.
Thanks
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
This is fixed now - the missing source packages are published, so you can download the LeptonX theme source from ABP Studio/CLI again. Please give it another try.
Thanks
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)