tk103331 commented on issue #2765: URL: https://github.com/apache/incubator-devlake/issues/2765#issuecomment-1223580842
I think it should be the problem of the following line of code, the 'pipeline' parameter is not passed in. `checkDownloadStatus()` https://github.com/apache/incubator-devlake/blob/b81b98d4f039c44ed3dd70b8e76a51a0b06432b2/config-ui/src/pages/blueprints/blueprint-detail.jsx#L228  I changed it to `checkDownloadStatus(pipeline)` and it worked  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
