chore: update error message for Crash Dumps (#50213)

This commit is contained in:
Mrugesh Mohapatra
2023-04-29 05:47:55 +05:30
committed by GitHub
parent 082f778262
commit b8dc4d5393
@@ -47,7 +47,7 @@ export default function prodErrorHandler() {
const redirectTo = handled.redirectTo || `${origin}/`;
const message =
handled.message ||
'Oops! Something went wrong. Please try again in a moment.';
'Oops! Something went wrong. Please try again in a moment or contact support@freecodecamp.org if the error persists.';
if (isDev) {
console.error(errTemplate(err, req));