Hello!
Have you ever encountered that the extension runner in the Frontend solution is not available during Netlify build? And if so, how are you (consistently) getting over this issue?
It used to happen from time to time and I would usually merge a dummy commit in the branch which would trigger a new build. In the past I’ve also had tests fail in the pipeline (Studio CI) but it wouldn’t show in the CI dashboard. This case would also make the Netlify build fail with the same reason, but this time it’s not the case because I can see my branch pipeline finished successfully.
Also, interestingly enough, it’s only failing in one environment (staging).
This time the extension is simply not accessible, but I’ve had cases where the version was not a match, or even the extension was responding but the short commit hash was undefined (it was still seen as a miss-match)
This time it’s quite stubborn because I’ve tried commits, new branches, rebases, manually triggering the build from Netlify, to no avail.
I am following up on this one with the Support team, but I was wondering how others are reacting to this issue, because it’s quite disruptive (PRs pile up, QA cannot be done on previews, etc).
All the best,
Alex