This can be closed. jack created an updated ticket. :|
Hey :)
I'm trying to download all modules at once. But I'm getting a not so helpful Output here. It works for some modules and others do not work. Can you please guide me?
$abpVersion = "9.0.5"
$leptonVersion = "4.0.6"
function downloadModule($name, $version) {
New-Item -ItemType Directory -Force -Path $name
abp get-source $name --version $version -o ./$name
}
downloadModule Volo.Abp.Account.Pro $abpVersion;
downloadModule Volo.Abp.AuditLogging.Pro $abpVersion;
downloadModule Volo.Abp.Gdpr $abpVersion;
downloadModule Volo.Abp.Identity.Pro $abpVersion;
downloadModule Volo.Abp.LanguageManagement $abpVersion;
downloadModule Volo.Abp.LeptonTheme $leptonVersion;
downloadModule Volo.Abp.LeptonXTheme $leptonVersion;
downloadModule Volo.Abp.LeptonXLiteTheme $leptonVersion;
downloadModule Volo.Chat $abpVersion;
downloadModule Volo.CmsKit.Pro $abpVersion;
downloadModule Volo.FileManagement $abpVersion;
downloadModule Volo.Forms $abpVersion;
downloadModule Volo.Payment $abpVersion;
downloadModule Volo.Saas $abpVersion;
downloadModule Volo.Abp.Account $abpVersion;
downloadModule Volo.Abp.BackgroundJobs $abpVersion;
downloadModule Volo.Abp.BasicTheme $abpVersion;
downloadModule Volo.Abp.BlobStoring.Database $abpVersion;
downloadModule Volo.Abp.FeatureManagement $abpVersion;
downloadModule Volo.Abp.Identity $abpVersion;
downloadModule Volo.Abp.IdentityServer $abpVersion;
downloadModule Volo.Abp.OpenIddict $abpVersion;
downloadModule Volo.Abp.PermissionManagement $abpVersion;
downloadModule Volo.Abp.SettingManagement $abpVersion;
downloadModule Volo.Abp.TenantManagement $abpVersion;
downloadModule Volo.Abp.Users $abpVersion;
downloadModule Volo.Abp.VirtualFileExplorer $abpVersion;
downloadModule Volo.Blogging $abpVersion;
downloadModule Volo.ClientSimulation $abpVersion;
downloadModule Volo.CmsKit $abpVersion;
downloadModule Volo.Docs $abpVersion;
output:
Directory: C:\repos\abp
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 27.02.2025 17:15 Volo.Abp.Account.Pro
[17:22:37] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
[17:22:37] Downloading source code of Volo.Abp.Account.Pro (v9.0.5)
[17:22:37] Output folder: C:\repos\abp\Volo.Abp.Account.Pro
[17:22:44 ERR] Downloading source code failed for: Volo.Abp.Account.Pro
Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown.
at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.DownloadSourceCodeAsync(string moduleName, string targetFolder, string version, bool includeNightly)
at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync(CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)
d---- 27.02.2025 17:15 Volo.Abp.AuditLogging.Pro
[17:22:44] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
[17:22:44] Downloading source code of Volo.Abp.AuditLogging.Pro (v9.0.5)
[17:22:44] Output folder: C:\repos\abp\Volo.Abp.AuditLogging.Pro
[17:22:51 ERR] Downloading source code failed for: Volo.Abp.AuditLogging.Pro
Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown.
at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.DownloadSourceCodeAsync(string moduleName, string targetFolder, string version, bool includeNightly)
at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync(CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)
d---- 27.02.2025 17:15 Volo.Abp.Gdpr
[17:22:52] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
[17:22:52] Downloading source code of Volo.Abp.Gdpr (v9.0.5)
[17:22:52] Output folder: C:\repos\abp\Volo.Abp.Gdpr
[17:22:58 ERR] Downloading source code failed for: Volo.Abp.Gdpr
Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown.
at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.DownloadSourceCodeAsync(string moduleName, string targetFolder, string version, bool includeNightly)
at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync(CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)
d---- 27.02.2025 17:15 Volo.Abp.Identity.Pro
[17:22:59] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
-----
d---- 27.02.2025 17:24 Volo.Abp.Account
[17:24:18] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
[17:24:18] Downloading source code of Volo.Abp.Account (v9.0.5)
[17:24:18] Output folder: C:\repos\abp\Volo.Abp.Account
[17:24:19] Volo.Abp.Account.SourceCode (v: 9.0.5) package downloaded from https://api.nuget.org/v3/index.json and saved to (C:\Users\JackFistelmann\.nuget\packages\)
[17:24:19] 'Volo.Abp.Account' has been successfully downloaded to 'C:\repos\abp\Volo.Abp.Account'
d---- 27.02.2025 17:24 Volo.Abp.BackgroundJobs
[17:24:20] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
[17:24:20] Downloading source code of Volo.Abp.BackgroundJobs (v9.0.5)
[17:24:20] Output folder: C:\repos\abp\Volo.Abp.BackgroundJobs
[17:24:21] Volo.Abp.BackgroundJobs.SourceCode (v: 9.0.5) package downloaded from https://api.nuget.org/v3/index.json and saved to (C:\Users\JackFistelmann\.nuget\packages\)
[17:24:21] 'Volo.Abp.BackgroundJobs' has been successfully downloaded to 'C:\repos\abp\Volo.Abp.BackgroundJobs'
d---- 27.02.2025 17:24 Volo.Abp.BasicTheme
As this is a feature request and not a bug i deleted all predefined stuff.
So what is this all about? Microsoft is removing basic authentication from 365 managed or exchange online accounts soon: https://techcommunity.microsoft.com/blog/exchange/exchange-online-to-retire-basic-auth-for-client-submission-smtp-auth/4114750
For now we have to implement custom stuff to make emailing work in abp projects with oauth2 for ms 365.
It would be awesome if the email settings components/pages get a rework to support oauth 2. Because currently host user and tenant users can only put int basic auth stuff.
Don´t hesitate do ask questions abp team. Hope we find a solution to enable users to self configure this in the near future.
Kind regard Nico from Chrobyte
this email address "it@chrobyte.de" is not registered as a developer in your organization. check your organization page
okay there's the issue. I thought that the blazorise license is related to the organization. I created an account using an email of a developer and it worked instantly.
Thank you!
hi
What's your email address?
it@chrobyte.de
Hey :)
referring to this question here
we created an account in blazorise using our abp owner email. but sadly, there's no blazorise license assigned to us.
Can you please check?