Open zhuniqiabedin opened 2 years ago
I was able to fix it, I just revert the last PR and then deployed and it is working for new PRs now.
Hmm this is unexpected, what was the difference between the 2 PR's? What changed?
Hmm this is unexpected, what was the difference between the 2 PR's? What changed?
Some new APIs that I have written and some changes on Services.
I have gotten this for different pipelines and it looks like some transient error, because the actual deployed artifacts should not have changed.
Hi there,
Always the build an Angular project on Azure Static Apps worked through GitHub, but today GitHub Actions returned error that stopped the project to go further. Till yesterday it worked perfectly fine.
The repo I used to deploy is private but I have this script at build. "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "proxy": "http://localhost:5000" },
The related GitHub Actions workflow configuration is here