I attempted to fire off a query to support, but when attempting to submit the login form I noticed the Login button was doing nothing. Looks like it may be down to a js error, because every time I tried to press the button, this would pop up in the inspector.
login.<token>.js:33 Uncaught TypeError: Cannot read property 'trim' of undefined
at d._onSubmit (login.<token>.js:33)
at d._onSubmit (RightNow.js:99)
at e.Subscriber._notify (RightNow.js:28)
at e.Subscriber.notify (RightNow.js:28)
at e.CustomEvent._notify (RightNow.js:27)
at e.CustomEvent._procSubs (RightNow.js:27)
at e.CustomEvent.fireSimple (RightNow.js:27)
at e.CustomEvent._fire (RightNow.js:27)
at e.CustomEvent.fire (RightNow.js:27)
at HTMLInputElement.a.fn (RightNow.js:40)
I've censored the session token for obvious reasons.
OS: Linux
Browser: Google Chrome
Cheers!