I already had this in the global scripts, not sure why that wasn't working, added your bit in and it started working. Is there and documentation for this anywhere? Im not a js dev I only really do C# so I wouldn't know where to look for any of this?
Im using Blazor Server with blazorize. It all updated to the latest version except for blazorize which it on v1.8.1
LeptonXBlazorLayouts.Boxed doesnt exist!
Ah ha!
I updated everything except blazorise and it was all good. But when I updated the 2 blazorise packages the message shows up
Blazorise.Bootstrap5 1.8.1 --> 1.8.2 Blazorize.Icons.FontAwesome 1.8.1 --> 1.8.2
Ill downgrade it for now, but its an odd thing to happen?
When I create a fresh solution there is no message about it being a free version (without adding the license key?)
Also I've been building my current solution for a couple of months and it only started to show the message a week ago?
Which out of the two above ways is the way that 'should' work
Thanks for pointing me in the right direction. I hadn't installed the module manually, I had used the cli as in the instructions
abp add-package Volo.Abp.BackgroundJobs.HangFire
But weirdly when I examined the installed packages it was in there and it has added it to the module class. After removing it from the packages and class it now runs. Thank-you
Just in response to the AI message, Ive not touched the DBMigrator project, its as it was when I initialized the project
[maliming] said: hi tony.gayte
Can you try to use
abp get-source Volo.Abp.LeptonXTheme?Have you tried downloading the source code from suite?
Yes I have already tried that (I listed the commands I used). But no joy
I cant download it either, have logged out, logged in
I have tried all of the following abp get-source Volo.Abp.LeptonTheme --version 4.2.2 abp get-source Volo.Abp.LeptonXTheme --version 4.2.2 abp get-source Volo.Abp.LeptonXTheme.Pro --version 4.2.2
In the suite I get the same error as above '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
[13:50:52 INF] Downloading source code of Volo.Abp.LeptonXTheme (v4.2.2) [13:50:52 INF] Output folder: C:\temp [13:50:53 ERR] Downloading source code failed for: Volo.Abp.LeptonXTheme 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)