fieldryand / goflow

Simple but powerful DAG scheduler and dashboard
MIT License
391 stars 31 forks source link

webui error #85

Open fengjian1993 opened 2 months ago

fengjian1993 commented 2 months ago

pull "main" branch run "rpm install" and "npm run build". run goflow-example.go main go to http://127.0.0.1:8181/ui/jobs/example-complex-analytics and can't see whole flow svg in page. see web console shows error:

dist.js:2 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'transform') at SVGSVGElement. (dist.js:2:629443) at En.call (dist.js:2:377363) at M.emit (dist.js:2:627082) at M.zoom (dist.js:2:626924) at SVGSVGElement. (dist.js:2:625500) at Le.each (dist.js:2:387189) at y.transform (dist.js:2:625448) at Le.call (dist.js:2:386770) at Module.i (dist.js:2:629489)

how can i fix it ?

fieldryand commented 1 month ago

I'm afraid I can't reproduce this issue. Does it happen consistently? What if you refresh the page?