You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JeanMeche Nice! Should we follow up with / mention anyone here responsible for that tooling? As I see, the CI in the PR created above is failing all pipelines with an error related to Invalid JWT Signature when starting the local Bazel server:
ERROR: Failed to query remote execution capabilities: Error getting access token for service account: 400 Bad Request
{"error":"invalid_grant","error_description":"Invalid JWT Signature."}
So it seems like Bazel is attempting to use the Google Cloud service account but the credentials (JWT) are either:
The remote infra is down or mb credentials have rotated
Is someone able to check if the service account JSON/key in CI is up to date and still valid? If it’s a recent rotation or infra change, maybe the CI just needs the new credentials, and we’re good to go
Describe the problem that you experienced
First result on Google for "angular tutorial webapp" is: https://angular.io/tutorial/first-app. That redirects to https://v17.angular.io/tutorial/first-app. At the top, it says "Head to Angular.dev": https://angular.dev/tutorial/first-app. But that's a broken link.
Enter the URL of the topic with the problem
https://angular.dev/tutorial/first-app
Describe what you were looking for in the documentation
No response
Describe the actions that led you to experience the problem
No response
Describe what you want to experience that would fix the problem
No response
Add a screenshot if that helps illustrate the problem
No response
If this problem caused an exception or error, please paste it here
If the problem is browser-specific, please specify the device, OS, browser, and version
Provide any additional information here in as much as detail as you can
The text was updated successfully, but these errors were encountered: