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
If the output from train-webhook endpoint doesn't have enough items to fill headshots_part_2, headshots_part_3 or headshots_part_4, a TypeError will be thrown, because it's trying to iterate on undefined to create allHeadshots const.
This behavior makes the function execution to stop, and images are not saved on the database.
Output
Error message on Vercel console
I'll make a PR to fix this issue.
The text was updated successfully, but these errors were encountered:
If the output from train-webhook endpoint doesn't have enough items to fill
headshots_part_2
,headshots_part_3
orheadshots_part_4
, a TypeError will be thrown, because it's trying to iterate onundefined
to createallHeadshots
const.This behavior makes the function execution to stop, and images are not saved on the database.
Output
Error message on Vercel console
I'll make a PR to fix this issue.
The text was updated successfully, but these errors were encountered: