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 Google Calendar is down, the page refuses to display and instead returns an error.
For our particular case, I narrowed it down to the _cob_events function in cob.theme.
Since we were in a hurry, my temporary fix was to just comment out the areas of the main theme that called _cob_events until Calendar services were restored. Introducing error handling into the function would help prevent this from taking down the site in the future.
The text was updated successfully, but these errors were encountered:
If Google Calendar is down, the page refuses to display and instead returns an error.
For our particular case, I narrowed it down to the _cob_events function in cob.theme.
Since we were in a hurry, my temporary fix was to just comment out the areas of the main theme that called _cob_events until Calendar services were restored. Introducing error handling into the function would help prevent this from taking down the site in the future.
The text was updated successfully, but these errors were encountered: