Replies: 1 comment 2 replies
-
|
As far I can see from the logs, the error is when calling Get extensionDeploymentStatus, that's after the extension was already uploaded. How was the authentication to the sandbox environment created? I suppose a re-run would fix the issue. |
Beta Was this translation helpful? Give feedback.
2 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've set up a continous deployment to a Sandbox environment and the workflow runs perfectly, until it get to the deployment step:


And eventually it fails.
Version 27.0.8.0 was installed before the run, and I'm trying to install version 27.0.9.0
However! If I then open the environment that I was trying to deploy to, it show me that the app actually is installed sucessfully

How does this work? How come the worflow gets a "forbidden" error from the BC environment, but it ends up installing the app anyways?
Beta Was this translation helpful? Give feedback.
All reactions