Skip to content

Continue button on the Terms of servivce modal is not working #4669

@akolson

Description

@akolson

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

  1. Create a new user and login
  2. You are presented with the terms
  3. 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

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions