-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET app failing to deploy recently #432
Comments
We are aware of the issue and are rolling back |
Phew. Thank you. |
@kennethye1 is there any update on when that is likely to happen, or is there any workaround in the meantime? |
We had a similar issue, but now the deployment is working. I guess the rollback mentioned by @ kennethye1 is done. CC @washcroft |
@MisaelSabb A deployment about 6 hours ago worked, but now it's failing again for us |
I agree with you @washcroft: unfortunately, we ran another deployment but it failed. |
It should finish EOD. In the meantime, you can retry to hopefully deploy. |
Many thanks @kennethye1 it works! |
Appears to be resolved per latest comment, feel free to reopen if you see further showstoppers like this. |
@kennethye1 I have the same issue for helloworldapp sample. |
For the record, https://codelabs.developers.google.com/codelabs/cloud-app-engine-aspnetcore is outdated and is using an unsupported method to deploy prebuilt applications. I recommend you to follow the latest tutorial https://cloud.google.com/appengine/docs/flexible/dotnet/runtime |
Describe the bug
An ASP.NET Core (.NET Runtime v8) app that we have deployed thousands of times has suddenly stopped deploying, the build process is failing.
The sample HelloWorld app doesn't deploy either, same error.
Additional context
How are you using GCP buildpacks?
pack
and thegcr.io/buildpacks/builder
Did this used to work?
(Yes/No)
Was this working before? When did you start noticing these errors?
Yes, last deploy worked 10th July
What language is your project primarily written in?
(Python/Java/Node.js/Go/etc.)
ASP.NET Core (.NET Runtime v8)
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app to deploy.
Actual behavior
Step #2 - "build": ERROR: No buildpack groups passed detection.
Step #2 - "build": ERROR: Please check that you are running against the correct path.
Step #2 - "build": ERROR: failed to detect: no buildpacks participating
If applicable, add screenshots / logs / error messages
The text was updated successfully, but these errors were encountered: