-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Labels
P0 - criticalPriority: Release blocker or regressionPriority: Release blocker or regressionTAG: regressionbug
Milestone
Description
Observed behavior
Agreeing to the terms and clicking on the Continue button on the Terms of service is not working
Expected behavior
- The continue button should be clickable and should move you to the Privacy modal. It might also be good to check that the Close button on the Privacy modal works as expected
User-facing consequences
- A first time user is unable to proceed past these screens and thus can't use Studio.
Errors and logs
TermsOfServiceModal.vue:16
TypeError: Cannot read properties of undefined (reading 'getUTCFullYear')
at createPolicyKey (constants.js:112:1)
at VueComponent.<anonymous> (index.js:34:1)
at VueComponent.handleAcceptPolicy (PolicyModals.vue:83:1)
at invokeWithErrorHandling (vue.runtime.esm.js:1863:1)
at Proxy.invoker (vue.runtime.esm.js:2188:1) at invokeWithErrorHandling (vue.runtime.esm.js:1863:1)
at Vue.$emit (vue.runtime.esm.js:3903:1)
at accept (TermsOfServiceModal.vue:16:1)
at invokeWithErrorHandling (vue.runtime.esm.js:1863:1)
at VueComponent.invoker (vue.runtime.esm.js:2188:1)
Additional information
Steps to reproduce the issue
- Create a new user and login
- You are presented with the terms
- Agree to the terms and click on the Continue button
Usage Details
- OS: MacOs
- Browser: Chrome
- URL:
http://localhost:8080/en/channels/#/my-channels
- Other information that may be relevant:
Metadata
Metadata
Assignees
Labels
P0 - criticalPriority: Release blocker or regressionPriority: Release blocker or regressionTAG: regressionbug