CMSKit (pro) and Payment still won't restore for me.
What is your license type and when it's started? Also, please share which packages have not been restored.
Folks this is a very serious issue and someone needs to explain what happened here. We are big enterprise and outage like this cost us..I would like an incident report to be shared to me or us about this outage and how Volosoft will ensure this won't happen again.
The problem caused because of the last improvements that we made to the nuget.abp.io server, and it should be fixed now. We are barely making development on our nuget server and deploying it, so I can assure you that this will not happen again because it's in a stable condition, and if it happens nevertheless, we will fix it asap. Sorry for the trouble again.
You are able to restore commercial packages and there is not any problem left right? Can you confirm, please?
The Commercial.Core is fixed for me except the LeptonX.Shared
error NU1101: Unable to find package Volo.Abp.AspNetCore.LeptonX.Shared. No packages exist with this id in source(s): nuget.abp.io, nuget.org
This package should also be fixed now, please try again and let me know if it still persists.
The packages got downloaded successfully.
Thanks for the update. Sorry for the trouble 🙏
For me the problem still persists.
Does it give the same error? (error NU1101: Unable to find package Volo.Abp.Commercial.Core. No packages exist with this id in source(s): nuget.abp.io, nuget.org
) Or has the error changed?
Folks this is a very serious issue and someone needs to explain what happened here. We are big enterprise and outage like this cost us..I would like an incident report to be shared to me or us about this outage and how Volosoft will ensure this won't happen again.
The problem caused because of the last improvements that we made to the nuget.abp.io server, and it should be fixed now. We are barely making development on our nuget server and deploying it, so I can assure you that this will not happen again because it's in a stable condition, and if it happens nevertheless, we will fix it asap. Sorry for the trouble again.
You are able to restore commercial packages and there is not any problem left right? Can you confirm, please?
The Commercial.Core is fixed for me except the LeptonX.Shared
error NU1101: Unable to find package Volo.Abp.AspNetCore.LeptonX.Shared. No packages exist with this id in source(s): nuget.abp.io, nuget.org
This package should also be fixed now, please try again and let me know if it still persists.
Folks this is a very serious issue and someone needs to explain what happened here. We are big enterprise and outage like this cost us..I would like an incident report to be shared to me or us about this outage and how Volosoft will ensure this won't happen again.
The problem caused because of the last improvements that we made to the nuget.abp.io server, and it should be fixed now. We are barely making development on our nuget server and deploying it, so I can assure you that this will not happen again because it's in a stable condition, and if it happens nevertheless, we will fix it asap. Sorry for the trouble again.
You are able to restore commercial packages and there is not any problem left right? Can you confirm, please?
Hi, can you all please try again? It should be fixed now, sorry for the inconvenience.
Hi, thanks for the responde, but we still are getting the same error. The BlazorProjectDirectory was already set in appsettings.json in our attachment and I double check in local env. Can you confirm that this is the right name? There is also the BlazorWebAppProjectDirectory. We are using the Blazor WebApp (that contains .Blazor and .Blazor.Client project). We have tried different combinations in both paths (with .Client and without .Client) , always restarting suite after, but without success. Maybe you can post the appsettings.json and we cloud do a diff compare. Thanks.
You should also manually set the HttpApiHostProjectDirectory and change the UiFramework as 7, sorry I forgot to mention that:
"UiFramework": 7,
.
.
.
"HttpApiHostProjectDirectory": "C:\\Dev\\Demo.Test\\src\\Demo.Test.HttpApi.Host",
If you still can not generate CRUD pages, please let me know, so I can share all the solution info.
Hi, we didn't move. This happen with all projects with 8.2, even new ones. I have attached a simple demo create with suite with the problem. Also the current appsettings.json. All the paths in json seems ok.
https://www.dropbox.com/t/VcOff3kr1dCVp41X
Hi, sorry for the late response, I reproduced the problem and created an issue for it. For a quick workaround, you can manually set the BlazorProjectDirectory in the appsettings.json file. It's under the C:\Users\<username>\.abp\suite
folder. Find your solution by name and please set the BlazorProjectDirectory manually, then you should be able to generate CRUD pages.
Hi, thanks for the explanation I'll try to reproduce the problem and fix it asap.
Hi, can you please share your entities folder in your solution?