-
ABP Framework version: v8.3.2
-
UI Type: Angular
-
Database System: MongoDB
-
Tiered (for MVC) or Auth Server Separated (for Angular): yes
-
Exception message and full stack trace:
-
Steps to reproduce the issue:
We started getting this error in Australian Region for NuGet restore since 6 hours ago. I have check we have valid business license and we have been using this version from past 4 months. How come our release pipelines are failing? Can you please advice on this. All release and development restore is failing.?
Just adding one example of error below
Unable to find package Volo.Saas.Host.Application.Contracts with version (>= 8.3.2)
error NU1102: - Found 117 version(s) in ABP Commercial NuGet Source [ Nearest version: 7.0.3 ]
Does this mean every time we update projects to new version we also have to update Nuget.Config with new nuget urls from abp ?
6 Answer(s)
-
0
Hi,
Nuget servers seem operational right now. Does the problem still exist?
Normally, when you downloaded a package once, it'll be stored
{currentuser}\.nuget\packages\
folder locally and won't send request to server, packages will be used from cache.Does this mean every time we update projects to new version we also have to update Nuget.Config with new nuget urls from abp ?
If your apikey isn't changed, you shouldn't update
NuGet.Config
again and again. Can you restore packages when you create a new project properly? -
0
key is different inside the project when i create new one . So I updated that new key with old and it started working. Does that mean api was changed?. How do we change or find our api key ?
-
0
Hi,
If you havent updated your organization license, the api key shouldn't be changed.
If you have permission, you can copy your organization's api key from the following page:
https://abp.io/my-organizations -
0
I am unable to see that key . But if we don't renew does that mean we can still develop solution without upgrading packages right ?
-
0
if our license expires and we later renew it Does your system create a new API key automatically ?
-
0
Hi,
As far as I know, a new key is not created. So when your license expires, you can continue to develop in the current version. You can even update your application to the new patch versions that will be released. You can find more information here.