When I try to deploy my nodejs/react app i get the following error during deployment since today. Yesterday everything was just working fine.
The push refers to repository [registry.fly.io/xxx-xxx-client]
e11a3e453860: Preparing
f347b3d1982a: Preparing
f347b3d1982a: Layer already exists
e11a3e453860: Retrying in 5 seconds
e11a3e453860: Retrying in 4 seconds
e11a3e453860: Retrying in 3 seconds
e11a3e453860: Retrying in 2 seconds
e11a3e453860: Retrying in 1 second
e11a3e453860: Pushed
failed to fetch an image or build from source: error rendering push status stream: received unexpected HTTP status: 500 Internal Server Error
Is this an error on my side or maybe an incident on fly’s side?