denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[Bug]: Deno Deploy fails with "An internal server error occurred." immediately after cloning repository. #706

Closed densetsu9 closed 2 months ago

densetsu9 commented 2 months ago

Problem description

At some point today, 8/28/2024, all my deployments (via github action) started failing. No changes were made to the github workflow .yml.

The build logs show an error immediately after "Cloning repository". The github actions output shows the error directly after uploading assets.

There was an Github incident today, but deployments still fail after it was marked as resolved: https://www.githubstatus.com/incidents/345t4sjty6q3

Deploying the last known good build also fails in the same way. Seems like something has changed, but without a better error, I'm stumped and could use some help. Thanks.

Screenshot 2024-08-28 at 8 08 11 PM

Screenshot 2024-08-28 at 8 19 35 PM

Steps to reproduce

Trigger a Deno Deploy deployment through a github action

Expected behavior

I expect the deployment to succeed without error.

Environment

Deno v 1.40.2

Possible solution

No response

Additional context

No response

igorbdl commented 2 months ago

Hi denetsu9, we have found an issue earlier today that was temporarily causing deployment errors. This now has been fixed and we apologise for the inconvenience this might have caused.

Please let us know if the issue persists with your deployments.

densetsu9 commented 2 months ago

Deployments are succeeding again. Thanks for looking into this!