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
The code to hide the timezone warning is called on every page, but the warning itself isn't included on every page (e.g. the sign in page). This causes an error on these pages.
The error was introduced when we migrated away from jquery where such calls failed silently when the query selector yielded zero results.
TypeError: Cannot read property 'classList' of null
at checkTimeZone (./app/assets/javascripts/utilities.ts:80:32)
at None (/en/series/2897/overview/:583:10)
The text was updated successfully, but these errors were encountered:
The code to hide the timezone warning is called on every page, but the warning itself isn't included on every page (e.g. the sign in page). This causes an error on these pages.
The error was introduced when we migrated away from jquery where such calls failed silently when the query selector yielded zero results.
Sentry Issue: DODONA-FRONTEND-2
The text was updated successfully, but these errors were encountered: