Activities of "MartinEhv"

here is the meaningful error stream via the enabling of PII:

An unhandled exception occurred while processing the request. AbpException: Could not find file '/libs/lodash/lodash.min.js'

So i got around this before by adding it and jquery back manually. ( bug commenting-out the removal in the csproj )

i'm using dotnet publish to go manually. so I guess you lost me on when i would run abp install-libs again in that process. intermediary, and locally in the build package? (if not using the automated ci/cd pipelines). Otherwise, to be clear, I run "abp install-libs" constantly and consistently pre-build and pre-deploy (dotnet build , or dotnet publish commands), in fact, religiously, since trying to burp my system from the bad npm situation.

i think the missing lodash is a misdirection

An unhandled exception occurred while processing the request. AbpException: Could not find file '/libs/lodash/lodash.min.js' i'm using dotnet publish to go manually. so I guess you lost me on when i would run abp install-libs again in that process. intermediary, and locally in the build package? (if not using the automated ci/cd pipelines)

You can run it just before the build.

We are crossing topics. I I'm pursuing manual build and automated pipeline for which the instructions/yaml does not align with the SLN structure.

  1. Regarding manual publish and deploy. . I have a 500 (not 404) on /account/login. Thats what i'm troubleshooting now. 1b) this is where i'm trying to understand where to run install-libs again .. Perhaps you were thinking i was talking about CI/CD pipelines.

as for 2) Yes.. the Yaml does not align we need to get it updated to end confusion. If I could get help on that. now.. perhaps I could pursue that now too. Or perhaps resolving the manual build is best and finding the path to the missing files.

and 2b) update CLI to be explicit that the default is blazor-interactive/webapp 2c) and the docs (drop down on instruction page) the same. ;-)

<Content Remove="wwwroot\libs\prismjs\components\prism-prolog.js" />
<!--Content Remove="wwwroot\libs\lodash\lodash.min.js" />
<Content Remove="wwwroot\libs\jquery-form\jquery.form.min.js" /-->
<Content Remove="wwwroot\libs\prismjs\prism.js" />

i'd tried uncommenting these last week.. with partial success. i'm redeploying now

I have successfully deployed a new instance (empty) sln of a webapp/interactive following the same publish process.

i also did what i did last week and redeployed manually my main solution by removing the following: <Content Remove="wwwroot\libs\prismjs\components\prism-prolog.js" /> <!--Content Remove="wwwroot\libs\lodash\lodash.min.js" /> <Content Remove="wwwroot\libs\jquery-form\jquery.form.min.js" /--> which seems to get me in. So I think I've been closer than I thought all-along. except now I can't get my stylesheets in.

But this seems wrong. As if i'm not using the embedded login module or something. or something is missing. Or did I find a bug and i'm working around it?

Can you access which folders are under wwwroot/libs folder on the server? If so we can verify if /lodash/lodash.min.js exists. We can also verify if other client-side libraries have been installed.

Okay okay okay .. this gets in to the conversation i mentioned .. i needed to compare the projects. for some reason if have 100's of lines of <content remove=""> mostly Prismjs lines. but also Jquery and Lodash. Comparing to my brand-new project from this morning... your Blazor.csproj file is nearly EMPTY with NO REMOVES in it.. where as i'm basically removing everything. clearly this is LEGACY from a previous library combination.

cleaning house now . rebuilding.

May need some intellegence added when up/downgrading abp versions . possibly node could do that when doing the install-libs.

brb

okay i removed hundreds of lines of stuff like the following (and more). (see below) I don't know where/when this was introduced. not something i would of done manually. So now is working more like expected as when i was introducing the missing files myself.

Now I have a new error.. that got introduced when I started shifting abp libraries from 9.0.5 to 9.2. to 9.1.1, to 9.1.0 which i'm on now. no matter which version i'm on now I get the same behavior in my app and i can't click on any menus. No idea how to debug it:

blazor.web.js:1 ManagedError: AggregateException_ctor_DefaultMessage (EndOfStringNotFound LineNumber: 13 | BytePositionInLine: 24.) at sn (dotnet.runtime.cymp1amu5g.js:3:26894) at Kt.resolve_or_reject (dotnet.runtime.cymp1amu5g.js:3:26449) at dotnet.runtime.cymp1amu5g.js:3:172526 at dotnet.runtime.cymp1amu5g.js:3:172590 at fr (dotnet.runtime.cymp1amu5g.js:3:35046) at Fc (dotnet.runtime.cymp1amu5g.js:3:172173) at 00afeac2:0x18b2c at 00afeac2:0x1625f at 00afeac2:0x8627 at 00afeac2:0x18615

any ideas?


here is smple of the hundreds of lines i removed

&lt;Content Remove=&quot;wwwroot\libs\prismjs\components\prism-ejs.min.js&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\components\prism-prolog.js&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\lodash\lodash.min.js&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\jquery-form\jquery.form.min.js&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\prism.js&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\LICENSE&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\CHANGELOG.md&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\README.md&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\components.js&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\package.json&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\dependencies.js&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\components.json&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\plugins\wpd\prism-wpd.css&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\plugins\wpd\prism-wpd.js&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\plugins\wpd\prism-wpd.min.js&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\plugins\wpd\prism-wpd.min.css&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\plugins\show-invisibles\prism-show-invisibles.css&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\plugins\show-invisibles\prism-show-invisibles.min.js&quot; /&gt;
&lt;Content Remove=&quot;wwwroot\libs\prismjs\plugins\show-invisibles\prism-show-invisibles.min.css&quot; /&gt;

<Content Remove="wwwroot\libs\prismjs\plugins\command-line\prism-command-line.min.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\command-line\prism-command-line.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\command-line\prism-command-line.css" /> <Content Remove="wwwroot\libs\prismjs\plugins\show-language\prism-show-language.min.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\show-language\prism-show-language.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\inline-color\prism-inline-color.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\inline-color\prism-inline-color.min.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\inline-color\prism-inline-color.min.css" /> <Content Remove="wwwroot\libs\prismjs\plugins\inline-color\prism-inline-color.css" /> <Content Remove="wwwroot\libs\prismjs\plugins\line-highlight\prism-line-highlight.css" /> <Content Remove="wwwroot\libs\prismjs\plugins\line-highlight\prism-line-highlight.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\line-highlight\prism-line-highlight.min.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\line-highlight\prism-line-highlight.min.css" /> <Content Remove="wwwroot\libs\prismjs\plugins\file-highlight\prism-file-highlight.min.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\file-highlight\prism-file-highlight.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\normalize-whitespace\prism-normalize-whitespace.min.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\normalize-whitespace\prism-normalize-whitespace.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\match-braces\prism-match-braces.min.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\match-braces\prism-match-braces.css" /> <Content Remove="wwwroot\libs\prismjs\plugins\match-braces\prism-match-braces.min.css" /> <Content Remove="wwwroot\libs\prismjs\plugins\match-braces\prism-match-braces.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\line-numbers\prism-line-numbers.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\line-numbers\prism-line-numbers.min.css" /> <Content Remove="wwwroot\libs\prismjs\plugins\line-numbers\prism-line-numbers.min.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\line-numbers\prism-line-numbers.css" /> <Content Remove="wwwroot\libs\prismjs\plugins\unescaped-markup\prism-unescaped-markup.css" /> <Content Remove="wwwroot\libs\prismjs\plugins\unescaped-markup\prism-unescaped-markup.js" /> <Content Remove="wwwroot\libs\prismjs\plugins\unescaped-markup\prism-unescaped-markup.min.css" /> <Content Remove="wwwroot\libs\prismjs\plugins\unescaped-markup\prism-unescaped-markup.min.js" />

..

By the way, I opened an issue to add Blazor Web App to the deployment document. See: https://github.com/abpframework/abp/issues/22654

Can/will this cover CLI and YAML .. or do we need a ticket for each topic/issue?

Each caused a misdirection and should be followed-through especially with self-similar vocabulary.

Check the docs before asking a question: https://abp.io/docs/latest: yes

  • Exception message and full stack trace:

System.UriFormatException: Invalid URI: The URI is empty. at void Uri.CreateThis(string uri, bool dontEscape, UriKind uriKind, in UriCreationOptions creationOptions) at async Task<string> Volo.Abp.Studio.UI.Services.FilePicker.PickSingleFileAsync(Action<FileDialogOptions> configAction) at async Task Volo.Abp.Studio.UI.Commands.OpenSolutionCommandFactory.G38j5j4X3q()

  • Steps to reproduce the issue:

1 Open Studio 2 Click "Open Solution"

(New solution opens dialog)

I've restarted the computer and Studio many times. Studio is updated.

I can open the solutions if they are in the "recent panel".. its if i go to the naked "open solution" button next to 'new solution' button. Either on the welcome screen or from the toolbar.

i just realized i could get to one project via recent.. but not as described.

i've snooped around the Studio json files ( i have it saved in my finder from all my troubles before costing me months of delays ) so i was able to find it.. but i can't quite figure out what to remove/clear this time.

i did do some path renaming recently.

or maybe something in Suite is bugging it. hard to say.

Showing 21 to 30 of 39 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 11, 2025, 06:29
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.