Can't deploy to an environment because of dependencies #1800
Unanswered
hannahromanko
asked this question in
Q&A
Replies: 1 comment
-
Can you provide more details (preferably, some logs)? Is the environment a production environment? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a database that has 3 extensions installed (AppA, AppB, AppC)
AppB and AppC have a dependency on AppA.
I tried to use the "Publish to Environment" action to install the latest build of AppA into my SSIQA environment, but I am getting this error:
Deploying to SSIQA failed. Status Code 422 : Unprocessable Entity The extension could not be deployed, because it tries to replace the existing AppSource app 'AppA' with id 'aa2fee6e-0628-4c00-9a88-f1dc9347f180', which is a dependency to the following AppSource apps: 'AppB by OurCompany, AppC by OurCompany'.
I have the environment setup as follows:
Is there a way to update an extension in a DB with a new version without causing dependency errors. I was hoping to not have to uninstall and then install all the extensions, if only one of them has changed.
Beta Was this translation helpful? Give feedback.
All reactions