Activities of "ismailyildirim"

Commercial nuget server lists some non existing packages which causes dotnet restore to fail. Please remove these packages from the nuget server listing

Error:

/usr/share/dotnet/sdk/3.1.102/NuGet.targets(123,5): error : The feed 'https://nuget.abp.io/secret/v3/index.json lists package 'Microsoft.Extensions.Hosting.Abstractions.3.0.0' but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again.

Thank you.

Ok thanks very much.

identityserver4 allows for some options to be set while adding the identityserver service. For our kubernetes deployment we wat to set the issuerurl for the identityserver to something else other than null. Normally in identityserver4 we would do it like this :

services.AddIdentityServer(options => { options.IssuerUri = "custom-url"; }) How can we do this with abp identityserver.

We have an enterprise licence including all source code. How can i access/download source codes of identity management components like abp-scope abp-client. I couldn't find them in the git repository

Hi,

  • We created crud pages using generate.
  • Run DbMigrator.
  • Visible permissions in the AbpPermissionGrants of database.
  • But we dont see crud pages in the menu.
  • When going to Administration>Identity management>Users>Actions>Permission page , visible select all
  • when checkboxs are updated, crud pages become visible in the Menu bar.

Can you solve this problem?

Thanks.

We also have an enterprise licence. I would like to receive that email containing UI source codes too.

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