Question

App Platform - Error 502

I recently started receiving the error below when making PUT and DELETE request to my App Platform app. It’s working correctly locally and on other hosting providers. Any assistance is greatly appreciated.

I checked the logs as the error suggest but no errors could be found.


Error

We encountered an error when trying to load your application and your page could not be served. Check the logs for your application in the App Platform dashboard.

upstream_reset_before_response_started{protocol_error} (502 UPE) App Platform failed to forward this request to the application.


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

res.sendStatus('204') <-- depreciated in express use res.sendStatus(204)

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up