Open Closed

commercial nuget feed returns 404 errors #6909


User avatar
0
rcalv002 created

When creating a standard abp framework project, it is possible to run abp update to update it.

When creating a commercial abp framework project, with a logged in cli account, it is not possible to run abp update to update it. Checking on the nuget source with the corresponding apikey we can see that the following links all return 404

https://nuget.abp.io/myapikey/v3/index.json <-- works

https://nuget.abp.io/myapikey/api/v2/package <-- Fails with 404 https://nuget.abp.io/myapikey/api/v2/symbol <-- Fails with 404 https://nuget.abp.io/myapikey/v3/registration <-- Fails with 404 https://nuget.abp.io/myapikey/v3/package <-- Fails with 404

I think this needs help from the license team


8 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The license team wants to get a username&password and project to reproduce the problem.

    can you share them? liming.ma@volosoft.com

    Thanks.

  • User Avatar
    0
    rcalv002 created

    Does this mean my abp login or a login for a specific project?

    I replicated this on another machine by

    1. installing abp cli
    2. login to cli with my commercial account
    3. abp new -v 7.2.2
    4. abp update -v 7.2.3
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    There was a problem with our Nuget website yesterday. It has been fixed now. Can you try again?

    If still not work for you , can you share a project to reproduce the NuGet error

    Thanks.

  • User Avatar
    0
    rcalv002 created

    Same error. I've uploaded a fresh project for you, just created now with abp new abpupdate -v 7.2.2 please unzip and run abp update -v 7.2.3 on this project.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Thanks. I'm checking this.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I checked. This is a problem with CLI, I will fix it.

    You can upgrade your nuget and npm package manually.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Your ticket has been refunded.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    https://github.com/abpframework/abp/pull/19382

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11