denoland / deploy_feedback

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

[Bug]: Deployments fails with "An internal server error occurred" #540

Open begoon opened 1 year ago

begoon commented 1 year ago

Problem description

In my project, 2/3 of deployments after the push to the repo fail with "An internal server error occurred". After a few empty pushes to the repo to enforce the rebuild, the deployment eventually succeeds.

image

Steps to reproduce

  1. I have a Deno deploy project linked to the GH repo
  2. When I push to the repo, Deno Deploy starts the build/deploy
  3. In about 2/3 cases, not always, the internal error above occurres.

Expected behavior

The build and deploy should work normally.

Environment

Possible solution

No response

Additional context

No response