Can't create Atlas cluster

Can’t create Cluster on Atlas

Get javascript error in Chrome and Safari

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'execute')
    at clusters.b4a022748e7eca33b208.js:2:563231
    at l (project.js?_ds=c32e84341650f17452e9d32fb888559ae4ef9823:2:6352614)
    at Generator._invoke (project.js?_ds=c32e84341650f17452e9d32fb888559ae4ef9823:2:6352402)
    at Generator.forEach.e.<computed> [as next] (project.js?_ds=c32e84341650f17452e9d32fb888559ae4ef9823:2:6353037)
    at r (project.js?_ds=c32e84341650f17452e9d32fb888559ae4ef9823:2:3204626)
    at s (project.js?_ds=c32e84341650f17452e9d32fb888559ae4ef9823:2:3204829)
    at project.js?_ds=c32e84341650f17452e9d32fb888559ae4ef9823:2:3204888
    at new Promise (<anonymous>)
    at project.js?_ds=c32e84341650f17452e9d32fb888559ae4ef9823:2:3204769
    at Object.s (project.js?_ds=c32e84341650f17452e9d32fb888559ae4ef9823:2:6184196)

Hi @Ken_Seiss,

Welcome to the community :wave:

Please provide more information regarding the cluster creation issues you are facing such as:

  1. How you are attempting to create the cluster (e.g. API or via the Atlas UI)
  2. Where you are seeing the error you have posted.

Additionally, I would recommend you contact the Atlas support team as well to check on the cluster creation in the meantime.

Regards,
Jason

2 Likes

Hi Jason,

I was using the Atlas UI. I am seeing the error in the Javascript Console of my Chrome web browser.

I switched to a different laptop and it works from there. Not sure why it failed on the one I usually use.

Ken