hackforla / food-oasis

Repository for the current redevelopment of the Food Oasis Los Angeles website
https://foodoasis.la
GNU General Public License v2.0
68 stars 51 forks source link

Check error handling for emails #2149

Open SAUMILDHANKAR opened 1 month ago

SAUMILDHANKAR commented 1 month ago

Overview

Following error gets generated while submitting contact us form on localhost as well as on codespaces, however, the confirmation email is delivered. UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Sending contact form email failed.".

Action Items

Resources/Instructions