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
{{ message }}
This repository was archived by the owner on Mar 13, 2023. It is now read-only.
Using the following cluster template breaks the create interface after the Storage Tab with:
From the Chrome console I see:
framework-bb5c596eafb42b22.js:1 TypeError: Cannot read properties of undefined (reading 'length')
at index-e0a78d528f2085ff.js:1:170318
at Array.filter (<anonymous>)
at index-e0a78d528f2085ff.js:1:170289
at _a (index-e0a78d528f2085ff.js:1:170339)
at oo (framework-bb5c596eafb42b22.js:1:59416)
at Ku (framework-bb5c596eafb42b22.js:1:111716)
at Li (framework-bb5c596eafb42b22.js:1:98957)
at Ni (framework-bb5c596eafb42b22.js:1:98885)
at Pi (framework-bb5c596eafb42b22.js:1:98748)
at bi (framework-bb5c596eafb42b22.js:1:95714)
cu @ framework-bb5c596eafb42b22.js:1
main-1ae0bdeb4d020668.js:1 TypeError: Cannot read properties of undefined (reading 'length')
at index-e0a78d528f2085ff.js:1:170318
at Array.filter (<anonymous>)
at index-e0a78d528f2085ff.js:1:170289
at _a (index-e0a78d528f2085ff.js:1:170339)
at oo (framework-bb5c596eafb42b22.js:1:59416)
at Ku (framework-bb5c596eafb42b22.js:1:111716)
at Li (framework-bb5c596eafb42b22.js:1:98957)
at Ni (framework-bb5c596eafb42b22.js:1:98885)
at Pi (framework-bb5c596eafb42b22.js:1:98748)
at bi (framework-bb5c596eafb42b22.js:1:95714)
ee @ main-1ae0bdeb4d020668.js:1
main-1ae0bdeb4d020668.js:1 A client-side exception has occurred, see here for more info: https://nextjs.org/docs/messages/client-side-exception-occurred
Here's the template that broke it, with some params changed:
Hi,
Using the following cluster template breaks the create interface after the Storage Tab with:
From the Chrome console I see:
Here's the template that broke it, with some params changed: