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)
-
0
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.
-
0
Does this mean my abp login or a login for a specific project?
I replicated this on another machine by
- installing abp cli
- login to cli with my commercial account
- abp new -v 7.2.2
- abp update -v 7.2.3
-
0
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.
-
0
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.
-
0
Thanks. I'm checking this.
-
0
hi
I checked. This is a problem with CLI, I will fix it.
You can upgrade your nuget and npm package manually.
-
0
Your ticket has been refunded.
-
0
https://github.com/abpframework/abp/pull/19382