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
I was following the single session tutorial from the beginning. The box was auto-filled. I tried to click Next to proceed and got this error and cannot proceed.
Console:
index-178c0fa4.js:30585 Uncaught (in promise) Error: Timezone is not one of enum values: null.
at JSONSchemaForm.throw (index-178c0fa4.js:30585:11)
at JSONSchemaForm.validate (index-178c0fa4.js:30638:19)
at async GuidedPreform.beforeSave (index-178c0fa4.js:158135:5)
at async GuidedPreform.save (index-178c0fa4.js:132193:7)
at async GuidedFooter.onNext [as __onNext] (index-178c0fa4.js:158140:7)
Earlier in the console, I see:
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'split')
at index-178c0fa4.js:126114:33
at Array.reduce (<anonymous>)
at index-178c0fa4.js:126113:51
Describe the issue
I was following the single session tutorial from the beginning. The box was auto-filled. I tried to click Next to proceed and got this error and cannot proceed.
Console:
Earlier in the console, I see:
That code points to:
It seems like the timezones are not being loaded by the time the enumLabels are being set.
If I clear the box, I see an empty dropdown.
On a local build from the main branch (
npm start
), I do not encounter this error.On a local build from the .app file (after
npm run deploy:mac
and aborting while code-signing), strangely, I also do not encounter this error...I will keep trying to reproduce this locally.
Steps to Reproduce
Download latest mac arm64 test 1.0 release and run through tuturial
Operating System
Mac OS with Mac M1
GUIDE Version
1.0 test
Code of Conduct
Yes
Did you confirm this issue was not already reported?
Yes
The text was updated successfully, but these errors were encountered: