You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: invalid json response body at https://us-central1-all-that.cloudfunctions.net/og-image/api/template/activity/?id=PDRCyNGR5oss2AakfRjt reason: Unexpected token < in JSON at position 1
File "/usr/src/that/events/admin.js", line 325, in EventEmitter.<anonymous>
Sentry.captureException(new Error(err.message));
File "/usr/src/that/events/admin.js", line 313, in <anonymous>
catch((e) => process.nextTick(() => adminEventEmitter.emit('error', e)));
The text was updated successfully, but these errors were encountered:
In a nutshell need to add a retry with an exponential backoff
https://cloud.google.com/functions/docs/troubleshooting#scalability
Sentry Issue: THAT-API-11T
The text was updated successfully, but these errors were encountered: