Ends in:
7 DAYS
18 HRS
36 MIN
21 SEC
Ends in:
7 D
18 H
36 M
21 S

Activities of "alper"

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.

Issue:

ABP makes an online license check only in Development environment or when the Debugger is Attached in Visual Studio. When it's in Development environment or Debugger is attached, it's required to login your account via ABP CLI ( abp login {username} )

Solutions:

1.Solution: When you run your app in a Docker container, set your environment as Production to skip online license check (or anything else other than Development). -e "ASPNETCORE_ENVIRONMENT=Production"

2.Solution: If you are required to run the project in Development environment in the container, copy your local ABP token file %UserProfile%\.abp\cli\access-token.bin into the Docker container's relavant directory.

Answer

Because you've forgotten to add your AbpLicenseCode to your WPF appsettings.json. Copy AbpLicenseCode to your appsettings.json.

Answer

hi,

it's easy! see this sample console application => https://github.com/abpframework/abp/tree/dev/samples/BasicConsoleApplication

So that's the problem. Can you connect to the internet via your phone's wifi to understand the issue. If so, you might request your computer to access to the GitHub domain from your administrator.

Swagger doesn't allow Seperate Identity Server authentication. I think this is an issue to be solved by Swagger.

Showing 1931 to 1940 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06