Bug #4776
closed[Workbench] Pipeline pane load error when opening pipeline from home page in new browser tab
0%
Description
Go to homepage -> Open one of the "recently finished pipelines" in a new tab -> this error page appears, then after half a second refreshes itself into the expected pipeline page.
Files
Updated by Brett Smith over 10 years ago
- Subject changed from Workbench: An error occured to [Workbench] Pipeline pane load error when opening pipeline from home page in new browser tab
- Target version set to Bug Triage
Updated by Brett Smith over 10 years ago
Nancy,
I'm having trouble reproducing this on qr1hi right now. When you get a spare moment, can you please show me exactly what you're doing to get this error so I can see if there's some other relevant detail? Thanks.
Updated by Brett Smith over 10 years ago
There's no trick to reproducing this bug, except that it's pretty intermittent. It seems more likely to happen when the API server is under more load. There don't appear to be corresponding errors in the Workbench log when it happens.
Updated by Brett Smith about 10 years ago
- Status changed from New to Closed
- Target version deleted (
Bug Triage)
This is a duplicate of #3691. What's happening is that the user clicks a pipeline link while the Dashboard is still running some AJAX. That aborts and renders the error in question until the pipeline page is loaded. Being smarter about AJAX abort handling will address the issue.