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 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.
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
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.
nuget locals all -clear
)dotnet restore
Looking forward for your advice on how to overcome this. Thanks in advance,
Antonis Varkas Byte Computer