microsoft / navcontainerhelper

Official Microsoft repository for BcContainerHelper, a PowerShell module, which makes it easier to work with Business Central Containers on Docker.
MIT License
381 stars 243 forks source link

Error querying artifacts. Error message was Remote server error: (409) Conflict. #3664

Open Frailty01 opened 1 week ago

Frailty01 commented 1 week ago

PLEASE DO NOT INCLUDE ANY PASSWORDS OR TOKENS IN YOUR ISSUE!!!

Describe the issue When try dot download the public preview of the BC 25, receve the error message Error querying artifacts. Error message was Remote server error: (409) Conflict.

Scripts used to create container and cause the issue

Get-BCArtifactUrl -storageAccount bcpublicpreview -select latest -country us

Full output of scripts

NavContainerHelper is version 6.0.22
NavContainerHelper is running as administrator
Host is Microsoft Windows 11
Docker Client Version is 27.2.0
Docker Server Version is 27.2.0
...

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Has anyone had the same problem and could indicate how to solve it? errore Thank you

Jupentti1 commented 1 day ago

StorageAccount bcpublicpreview is no more, use

Get-BCArtifactUrl -country us -select NextMajor -accept_insiderEula

Also if creating container remember to add -accept_insiderEula in New-BCContainer script.