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
Try to use next/after to defer the API call to HubSpot, preventing any performance impact.
If the API call to HubSpot fails, the contact details will still exist in the Waitlist table as the source of truth.
Maybe configure a Vercel CronJob to sync contacts in the DB waitlist with HubSpot once a day to catch contacts that failed to get to HubSpot due to network, code or other errors.
The text was updated successfully, but these errors were encountered:
Try to use
next/after
to defer the API call to HubSpot, preventing any performance impact.If the API call to HubSpot fails, the contact details will still exist in the Waitlist table as the source of truth.
Maybe configure a Vercel CronJob to sync contacts in the DB waitlist with HubSpot once a day to catch contacts that failed to get to HubSpot due to network, code or other errors.
The text was updated successfully, but these errors were encountered: