Activities of "alper"

hi,

how do you build for production?

The package Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared is on NuGet . It should find it from https://www.nuget.org/packages/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/

Check your NuGet.Config. The order of the package sources are important. It should be first "nuget.org" then "ABP Commercial NuGet Source"

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
        <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
        <add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/*************/v3/index.json" />
    </packageSources>
</configuration>

Don't forget to replace your private API Key (/*************/)

this issue has been fixed in v2.4 (coming on April 3, 2020)

hi,

we'll try to reproduce and get back to you

1- Check out this issue https://support.abp.io/QA/Questions/75 2- Also try cleaning your browser cache because some variables are stored in browser's storage.

How to permit Firefox to trust root authorities

Firefox has an optional feature that allows the browser to trust root authorities in the Windows certificate store. To activate this feature, you must enable the setting in your browser.

  1. Type about:config into the Firefox address bar.
  2. Press the Accept the Risk and Continue button.
  3. Search for security.enterprise_roots.enabled
  4. In the security.enterprise_roots.enabled window, look to the right side of the screen. If the value is false, double-click on it to set it as true.
  5. Restart Firefox to apply changes.

This is a known issue of Firefox. When you go to https://localhost:44389/api/abp/application-configuration You will see Firefox blocks self-signed SSL certificates as seen below:

The solution is simple: Click the Advanced button and then Accept the Risk and Continue.

When I browse the Angular application on Firefox I see the below error:

An error has occurred!
Sorry, an error has occured.

Hi,

This is a bug and it has been fixed in the next version v2.4.0 on April 3, 2020. The workaround is; replace the marked linke with the below in index.js

window.myBookStore.books.book

try signing in from http://localhost:4200/account/login then you'll see the administrator menu.

I think the problem is there's no Login link.

Showing 2011 to 2020 of 2060 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 07, 2025, 08:20