We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide a clear and concise description of what the bug is.
https://cartographer.sh/live-editor/index.html doesnt render supply chain steps
Please provide a set of steps to reproduce the behavior (example):
https://cartographer.sh/live-editor/index.html loads a default supply-chain ClusterSupplyChain and renders the steps being orchestrated on the right frame.
Blank graph and page load error (from inspecting via chrome developer tools). Browsers tried - chrome, firefox and edge. All same result.
index.b974a441.js:9 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'createElementNS') at Function.<anonymous> (index.b974a441.js:9:10638) at Function.<anonymous> (index.b974a441.js:9:19454) at Wr.$ne [as select] (index.b974a441.js:9:11085) at Wr.Jse [as append] (index.b974a441.js:9:19410) at O9 (index.b974a441.js:87:40) at Object.Gpe [as render] (index.b974a441.js:88:364) at o (index.b974a441.js:90:1193) at index.b974a441.js:90:1258 at kU (index.b974a441.js:1:1338) at Array.map (<anonymous>) (anonymous) @ index.b974a441.js:9 (anonymous) @ index.b974a441.js:9 $ne @ index.b974a441.js:9 Jse @ index.b974a441.js:9 O9 @ index.b974a441.js:87 Gpe @ index.b974a441.js:88 o @ index.b974a441.js:90 (anonymous) @ index.b974a441.js:90 kU @ index.b974a441.js:1 (anonymous) @ index.b974a441.js:4 FU @ index.b974a441.js:4 Promise.then (async) dne @ index.b974a441.js:4 pne @ index.b974a441.js:4 (anonymous) @ index.b974a441.js:4 a @ index.b974a441.js:1013 load (async) Qa @ index.b974a441.js:1 m @ index.b974a441.js:1013 Sa @ index.b974a441.js:4 $c @ index.b974a441.js:4 t$e @ index.b974a441.js:1013 (anonymous) @ index.b974a441.js:1024 index.b974a441.js:9 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'createElementNS') at Function.<anonymous> (index.b974a441.js:9:10638) at Function.<anonymous> (index.b974a441.js:9:19454) at Wr.$ne [as select] (index.b974a441.js:9:11085) at Wr.Jse [as append] (index.b974a441.js:9:19410) at O9 (index.b974a441.js:87:40) at Object.Gpe [as render] (index.b974a441.js:88:364) at o (index.b974a441.js:90:1193) at index.b974a441.js:90:1273 at FU (index.b974a441.js:4:1536) (anonymous) @ index.b974a441.js:9 (anonymous) @ index.b974a441.js:9 $ne @ index.b974a441.js:9 Jse @ index.b974a441.js:9 O9 @ index.b974a441.js:87 Gpe @ index.b974a441.js:88 o @ index.b974a441.js:90 (anonymous) @ index.b974a441.js:90 FU @ index.b974a441.js:4 Promise.then (async) dne @ index.b974a441.js:4 pne @ index.b974a441.js:4 (anonymous) @ index.b974a441.js:4 a @ index.b974a441.js:1013 load (async) Qa @ index.b974a441.js:1 m @ index.b974a441.js:1013 Sa @ index.b974a441.js:4 $c @ index.b974a441.js:4 t$e @ index.b974a441.js:1013 (anonymous) @ index.b974a441.js:1024
If possible, share your (redacted) manifests used to deploy.
If you used any deployment strategy it'd be helpful to point it out and share as much about it as possible.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hello @Mpluya! Welcome to the Cartographer community and thank you for opening your first issue, we appreciate your contributions
Sorry, something went wrong.
No branches or pull requests
Bug description:
Please provide a clear and concise description of what the bug is.
https://cartographer.sh/live-editor/index.html doesnt render supply chain steps
Steps to reproduce:
Please provide a set of steps to reproduce the behavior (example):
Expected behavior:
https://cartographer.sh/live-editor/index.html loads a default supply-chain ClusterSupplyChain and renders the steps being orchestrated on the right frame.
Actual behavior:
Blank graph and page load error (from inspecting via chrome developer tools).
Browsers tried - chrome, firefox and edge. All same result.
Logs, k8s object dumps:
index.b974a441.js:9 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'createElementNS') at Function.<anonymous> (index.b974a441.js:9:10638) at Function.<anonymous> (index.b974a441.js:9:19454) at Wr.$ne [as select] (index.b974a441.js:9:11085) at Wr.Jse [as append] (index.b974a441.js:9:19410) at O9 (index.b974a441.js:87:40) at Object.Gpe [as render] (index.b974a441.js:88:364) at o (index.b974a441.js:90:1193) at index.b974a441.js:90:1258 at kU (index.b974a441.js:1:1338) at Array.map (<anonymous>) (anonymous) @ index.b974a441.js:9 (anonymous) @ index.b974a441.js:9 $ne @ index.b974a441.js:9 Jse @ index.b974a441.js:9 O9 @ index.b974a441.js:87 Gpe @ index.b974a441.js:88 o @ index.b974a441.js:90 (anonymous) @ index.b974a441.js:90 kU @ index.b974a441.js:1 (anonymous) @ index.b974a441.js:4 FU @ index.b974a441.js:4 Promise.then (async) dne @ index.b974a441.js:4 pne @ index.b974a441.js:4 (anonymous) @ index.b974a441.js:4 a @ index.b974a441.js:1013 load (async) Qa @ index.b974a441.js:1 m @ index.b974a441.js:1013 Sa @ index.b974a441.js:4 $c @ index.b974a441.js:4 t$e @ index.b974a441.js:1013 (anonymous) @ index.b974a441.js:1024 index.b974a441.js:9 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'createElementNS') at Function.<anonymous> (index.b974a441.js:9:10638) at Function.<anonymous> (index.b974a441.js:9:19454) at Wr.$ne [as select] (index.b974a441.js:9:11085) at Wr.Jse [as append] (index.b974a441.js:9:19410) at O9 (index.b974a441.js:87:40) at Object.Gpe [as render] (index.b974a441.js:88:364) at o (index.b974a441.js:90:1193) at index.b974a441.js:90:1273 at FU (index.b974a441.js:4:1536) (anonymous) @ index.b974a441.js:9 (anonymous) @ index.b974a441.js:9 $ne @ index.b974a441.js:9 Jse @ index.b974a441.js:9 O9 @ index.b974a441.js:87 Gpe @ index.b974a441.js:88 o @ index.b974a441.js:90 (anonymous) @ index.b974a441.js:90 FU @ index.b974a441.js:4 Promise.then (async) dne @ index.b974a441.js:4 pne @ index.b974a441.js:4 (anonymous) @ index.b974a441.js:4 a @ index.b974a441.js:1013 load (async) Qa @ index.b974a441.js:1 m @ index.b974a441.js:1013 Sa @ index.b974a441.js:4 $c @ index.b974a441.js:4 t$e @ index.b974a441.js:1013 (anonymous) @ index.b974a441.js:1024
Versions:
Deployment info:
If possible, share your (redacted) manifests used to deploy.
If you used any deployment strategy it'd be helpful to point it out and share as
much about it as possible.
Additional context:
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: