There's no response when clicking the "Save" button at the Flow Design page of the dashboard.
Have you solved it? If so, let us know how!
This PR #289 could fix the issue.
It looks like the target element .chart-container for capturing image doesn't exist. A easy fix could be replacing the element with .reactflow-wrapper which is using currently.
Environment
Process to reproduce the bug:
docker run -p 8000:8000 -p 5555:5555 jinaai/jina:master-daemon
cd dashboard && npm run dev
# visit 'http://localhost:3000/#/flow' and click the 'Save' button at command bar
Screenshots and logs
There's no visible response or console logs output.
Describe the bug
There's no response when clicking the "Save" button at the Flow Design page of the dashboard.
Have you solved it? If so, let us know how!
This PR #289 could fix the issue.
It looks like the target element
.chart-container
for capturing image doesn't exist. A easy fix could be replacing the element with.reactflow-wrapper
which is using currently.Environment
Process to reproduce the bug:
Screenshots and logs
There's no visible response or console logs output.