Error decoding lambda response: error decoding lambda

PLEASE help us help you by writing a good post!

Netlify site name: dbco-frontend.
Website: https://dbco.online

Site build locally and on netlify without errors. No runtime errors when the site properly loads. However we are getting visitors who say they are often greeted with an error:

error decoding lambda response: error decoding lambda response: unexpected end of JSON input.

This seems to be an unresolved Netlify issue that I’m noticing across other tickets (example).

Any guidance? Tips?

Hey there! Thanks for providing this info to help us look into this. Typically this error arises from having an unhandled promise rejection that is expecting the error to be formatted in JSON. You can find the error in your Function logs: Netlify

You’ll want to toggle back to the 7-days view to get a preview of all the errors that have been occuring.

Let me know if you have any other questions. Thanks!