I'm trying to use the "Get Started with Graph Databases using Neo4j" tutorial under "Online Training", but the "sign in" button under "Launch the training" doesn't seem to do anything.
Here's the link.
If I check the browser console, I see this error -
Uncaught TypeError: Cannot read property 'get' of undefined
at gcSendEvent ((index):412)
at record_event ((index):438)
at loginButtonAction ((index):407)
at HTMLButtonElement. ((index):427)
at HTMLButtonElement.dispatch (jquery-3.3.1.min.js?ver=3.3.1:2)
at HTMLButtonElement.y.handle (jquery-3.3.1.min.js?ver=3.3.1:2)
But when I open the link in an incognito window, the button seems to work fine.
What do I do to fix it?