Open rkieru opened 1 month ago
Hi @rkieru Apologies for the late reply Can you please check if the issue still persists? Thanks!
@sarsharma - I ended up bypassing Oryx entirely by disabling the build process in the static web app workflow. Instead I just build the app normally (ex: npm run build
) and upload that artifact.
Bug Report
At what date and time did you most recently experience the problem?
Monday, October 7th. Has been an issue since last Thursday.
Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use.
GitHub action runner leveraging
Azure/static-web-apps-deploy@v1
What happened?
My workflow has stopped being able to download the correct packages from Oryx. Nothing in the workflow or my network configuration has changed, and I have verified that the action runner itself can access the CDN with a
curl
check that completes successfully.What did you expect or want to happen?
For the build to detect my NodeJS package, download from the CDN, and finish the process
How can we reproduce it?
Unsure. My build fails after Oryx has stalled on "Detecting platforms..." My
package.json
has anengines
declaration and my workflow identifies the node versions I expect it to use.Do you have log output? Please include between the backticks: