More info: Little changed between my previous deploy and the current deploy – both were pushed via the fly builder. I did not change my package.json lock (it’s a Node app) at all in this deploy either. Therefore, it’ll be very very odd and unusual that this deployment is returning responses that were different than the previous build.
Also, for what it’s worth, I also deleted another app today … exact same app name as the current one, but with a -2 concatenated at the end (e.g. if the current apps name is fly-app, the one I deleted is named fly-app-2). Perhaps the proxy is getting confused with the other app that’s now destroyed?
This is a problem on our end, the fix is going out now. The errors are caused by stale data in our proxy state. They’re triggered on some deploys, which is why they’re intermittent like that.
Okay thanks! I see our app is working again. I also did another deployment just now, and the app is still working. So this issue has been resolved – thanks!!