Activities of "luciana"

Hi, the package Volo.Abp.Users.Abstractions is not in our NuGet Server, instead, it's an open-source package and stored in the nuget.org (https://www.nuget.org/packages/Volo.Abp.Users.Abstractions/9.2.0-rc.1). Therefore, it's normal to get this error message because this is how NuGet package system works, it tries to get the related packages from the defined package-sources (checks the relevant packages in all package sources with a fallback mechanism).

So, in your case, probably there is a problem between these two:

1-) You might be not logged in through ABP CLI: This might be the reason, because it gives a 403 error. To check it you can run the abp login-info command in your terminal and ensure you are logged in or not:

abp login-info 

with this command, you should be able to see the logged-in user details, including your OrganizationName:

If you don't see the relevant information, then it means that you are not logged in via ABP CLI and should log in with the following command:

abp login <username> -p <password> -o <organization-name> 

2-) Wrong packageSourceMapping in NuGet.config file: This might also be the reason and it would be better to check the NuGet.config file in your solution, especially you can check your api-key and packageSourceMapping section (if it exists)


After you checked these two solutions, if you are still unable to fix the problem, then please let me know.

Regards.

Hi,

This was working until recently. The first problem is that the CLI does not install successfully in the build agent.

Then the second problem, that Volo.Abp.Users.Abstractions

Regards, Lucian Appels.

Hi,

Is there a problem with nuget.abp.io? Recently our Azure DevOps builds are failing when attempting to install the cli and/or when attempting to install nuget packages,

Here is the script to install the CLI: dotnet tool install -g Volo.Abp.Studio.Cli It fails with the following error: Response status code does not indicate success: 403 (Forbidden).

Similarly, when attempting to install nuget packages: Determining projects to restore... Retrying 'FindPackagesByIdAsync' for source 'https://nuget.abp.io/ {{redacted}} /v3/package/volo.abp.users.abstractions/index.json'. Response status code does not indicate success: 403 (Forbidden).

Regards, Lucian

Hello ,

Please check this https://gist.github.com/ebicoglu/ce0f0425bab806d0ee1a87d0073af96b

Thanks

Thank you, going forward, how can we continue to keep any changes made by ABP in sync with ours? Seemingly, the latest posted to the above link was in December 2020.

Hello,

please check https://academy.hiretechteam.com/blog/createCustomLoginPageAbp/

thanks

Hi,

Thank you, the link has 2 steps involved, the first is to a command to generate the code, I am not able to view this command? "1. Run following command to create AccoutModule, LoginComponent, AccoutLayoutComponent"

Additionally, my question relates to how we can update login page for the separate openiddict auth server project which I would assume is a C# MVC application and not an angular application? The link refers to an angular application.

Thank you

Hi,

How can I update/customize the login page of the account pro module (note: separated openiddict auth server) so that we can personalize it for our use case? As an example, changing the background image or updating the text on the buttons etc. I would assume that we would either need the code for login view and override it entirely or there is a way to update parts of it?

  • ABP Framework version: v8.3.0
  • UI Type: Angular
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Not applicable
  • Steps to reproduce the issue: Not Applicable
Showing 1 to 5 of 5 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 11, 2025, 10:10