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
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
I was finally able to go through this workflow and it works, but what might be confusing and giving impression that the button is not working, is the fact that two modals, ToS and Privacy open one right after the other. Since they are both almost full screen and test-heavy, user may think that the button is not working as they press it, it goes inactive and then active again, but this time it's a Privacy modal, that the user is not noticing, since they are still looking at the button, not the heading.
Observed behavior
Agreeing to the terms and clicking on the Continue button on the Terms of service is not working
Expected behavior
User-facing consequences
Errors and logs
Additional information
Steps to reproduce the issue
Usage Details
http://localhost:8080/en/channels/#/my-channels
The text was updated successfully, but these errors were encountered: