Activities of "AlainLeicht"

It works fine now, thank you !

"start": "ng serve --baseHref=/my/base/path/",
"build": "ng build --baseHref=/my/base/path/",

Hi,

When the Angular application is served with a base path (--base-href), then logo and favicon files loading result in a 404. The console shows that the urls don't include the base path. Rest of the application works fine.

Could you help me with that?

Thank you and best regards

Nuget.config gets generated with account specific nuget source when creating a new project. just copied that in the old solution, dotnet publish now works on build server.

What is the url to the abp.io source? My local Visual Studio works without any other source than nuget.org.

Hi,

I'm trying tu use the CRUD page generator on a module created with the abp cli. When I add a new Entity, I get errors. First, the generator is missing the Permissions folder in the Application Contracts project (fixed by renaming from Authorization). Also the Consts in the Domain Shared project need to be renamed.

Then everything gets generated, except the DbContext and DbContextModelCreatingExtensions. If the Application was created using abp suite web page, everything works fine.

What am I missing here?

Best regards, Alain

Hi,

After upgrading our solution to the commercial Version, our build server is not able to do run dotnet publish anymore: error NU1101: Unable to find package Volo.Abp.LanguageManagement.Domain.Shared

How can the build prozess access those nuget packages?

Best Regards,

Showing 11 to 18 of 18 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11