Activities of "avbyte"

Did that as well..

...no change on browser

There were about 5 prompts for confirmation after the 1st command and one more after the second one...

I inline attach the screenshot of the terminal..

The Not secure sign keeps on

As I wrote, I executed the command I quoted. It ended up successfully in Visual Studio Terminal. The next run ended up in the Not secure sign on the browser. I have no idea why it ignores the certificate installed. If you can assist o that, please share your thoughts, since you believe this may affect the actual target of the ticket.

Hi,

I had already done that...

dotnet dev-certs https -ep ./certificate.pfx -p $CREDENTIAL_PLACEHOLDER$ --trust

I used the above snippet from the link you shared. My browser keeps displaying the Not secure sign.

I 'll email you the log files from the 3 projects...

Hi,

I ran the Migrator...

As you can see, after successfully logging in, there is no menu option apart from Logout on the top right corner...

Best Regards

Hi,

there is nothing more to show other than your wizard steps...

Today, I cannot even login as you can see on the last screenshot...

Hi,

I tried to create a template solution through ABP Studio and simulate what I described but fail to display the menu under admin account, so that I have access to the Permissions management UI.

As far as the AI-Bot's notes are concerned, please note we have covered everything stated there.

Best Regards, Antonis Varkas Byte Computer

Hi,

I was reading this ticket https://abp.io/support/questions/6432/v800-Permission-issue and I am wondering how to apply the suggested solution in the context of OpenIddict module that has replaced IdentityServer module according to https://abp.io/docs/latest/modules/identity-server.

My actual problem is that user permissions are granted successfully, i.e. I can see the entries in AbpPermissionGrants table, but are never applied when running. To be more specific, I have a RadzenSplitButtonItem inside an AuthorizeView bound to a Policy. I've provided the user permissions for that Policy through the relative ABP Permissions Management screen but never see the RadzenSplitButtonItem when logging with the authorized user. On the contrary, when I apply the same Policy to one of the roles that the user in question has, the RadzenSplitButtonItem appears. I've logged out, flushed the Redis cache, restarted the application etc.

  • ABP Framework version: v8.3.4
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): Separate AuthServer project in the solution, which we start without debugging as a separate instance before running the application in development mode.

Thanks in advance Antonis Varkas Byte Computer

Dear maliming,

thanks a lot for you response. I do confirm that the suggested action resulted in a successful package restore.

Best Regards, Antonis Varkas Byte Computer

Hi,

I would like to report an issue we are facing as an Organization in a whole. Despite using a valid commercial license, we fail to download commercial-only nuget packages while restoring. Details as listed below

  • ABP Framework version: v7.4.5
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server) / Dapper
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  Determining projects to restore...
C:\Byte\byte-project\src\ByteProject.HttpApi.Client\ByteProject.HttpApi.Client.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\src\ByteProject.HttpApi\ByteProject.HttpApi.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.HttpApi. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\src\ByteProject.HttpApi\ByteProject.HttpApi.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\src\ByteProject.Blazor\ByteProject.Blazor.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\src\ByteProject.HttpApi.Host\ByteProject.HttpApi.Host.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\src\ByteProject.HttpApi.Host\ByteProject.HttpApi.Host.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.HttpApi. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\src\ByteProject.HttpApi.Host\ByteProject.HttpApi.Host.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
  Failed to restore C:\Byte\byte-project\src\ByteProject.HttpApi.Client\ByteProject.HttpApi.Client.csproj (in 1.93 sec).
  Failed to restore C:\Byte\byte-project\src\ByteProject.HttpApi\ByteProject.HttpApi.csproj (in 2.21 sec).
  Failed to restore C:\Byte\byte-project\src\ByteProject.Blazor\ByteProject.Blazor.csproj (in 2.75 sec).
C:\Byte\byte-project\src\ByteProject.Application.Contracts\ByteProject.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
  Failed to restore C:\Byte\byte-project\src\ByteProject.Application.Contracts\ByteProject.Application.Contracts.csproj (in 388 ms).
  Failed to restore C:\Byte\byte-project\src\ByteProject.HttpApi.Host\ByteProject.HttpApi.Host.csproj (in 3.46 sec).
C:\Byte\byte-project\test\ByteProject.Data.Tests\ByteProject.Data.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\test\ByteProject.Data.Tests\ByteProject.Data.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\test\ByteProject.Data.Tests\ByteProject.Data.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.HttpApi. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\src\ByteProject.Application\ByteProject.Application.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\src\ByteProject.Application\ByteProject.Application.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\test\ByteProject.Domain.Tests\ByteProject.Domain.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\test\ByteProject.Domain.Tests\ByteProject.Domain.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\test\ByteProject.Domain.Tests\ByteProject.Domain.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.HttpApi. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
  Failed to restore C:\Byte\byte-project\src\ByteProject.Application\ByteProject.Application.csproj (in 1.01 sec).
  Failed to restore C:\Byte\byte-project\test\ByteProject.Data.Tests\ByteProject.Data.Tests.csproj (in 3.65 sec).
C:\Byte\byte-project\test\ByteProject.Application.Tests\ByteProject.Application.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\test\ByteProject.Application.Tests\ByteProject.Application.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\test\ByteProject.Application.Tests\ByteProject.Application.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.HttpApi. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
  Failed to restore C:\Byte\byte-project\test\ByteProject.Domain.Tests\ByteProject.Domain.Tests.csproj (in 3.69 sec).
  Failed to restore C:\Byte\byte-project\test\ByteProject.Application.Tests\ByteProject.Application.Tests.csproj (in 3.84 sec).
C:\Byte\byte-project\test\ByteProject.HttpApi.Tests\ByteProject.HttpApi.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\test\ByteProject.HttpApi.Tests\ByteProject.HttpApi.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.HttpApi. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\test\ByteProject.HttpApi.Tests\ByteProject.HttpApi.Tests.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
C:\Byte\byte-project\src\ByteProject.DbMigrator\ByteProject.DbMigrator.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, CliFallbackFolder, devexpress.com, Microsoft Visual Studio Offline Packages, nuget.org [C:\Byte\byte-project\ByteProject.sln]
  Failed to restore C:\Byte\byte-project\test\ByteProject.HttpApi.Tests\ByteProject.HttpApi.Tests.csproj (in 4.49 sec).
  Failed to restore C:\Byte\byte-project\src\ByteProject.DbMigrator\ByteProject.DbMigrator.csproj (in 1.98 sec).
  16 of 27 projects are up-to-date for restore.
  • Steps to reproduce the issue:
    • Establish a totally clear environment (delete all obj,bin folders & force clear nuget cache through nuget locals all -clear)
    • Attempt to restore nuget packages either using the UI facility of VS on the root of the Solution or outside the IDE through dotnet restore

Looking forward for your advice on how to overcome this. Thanks in advance,

Antonis Varkas Byte Computer

Showing 1 to 10 of 10 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 October 13, 2025, 08:48