Actions
Bug #30242
closedError: There is already an interval running and registered for: SUBSCRIPTIONS_TASK_SEARCH
Description
After importing a manifest on the Subscriptions page, I get a blank page and the following console error:
IntervalHelpers.js:4 Uncaught Error: There is already an interval running and registered for: SUBSCRIPTIONS_TASK_SEARCH.
at registeredIntervalException (IntervalHelpers.js:4)
at IntervalMiddleware.js:17
at index.js:11
at dispatch (redux.js:636)
at SubscriptionActions.js:95
at index.js:8
at dispatch (redux.js:636)
at SubscriptionActions.js:111
at Object.dispatch (index.js:8)
at dispatch (<anonymous>:1:28545)
Updated by Jonathon Turel about 4 years ago
- Related to Refactor #30085: interval middleware should not pass action to the next middleware when stopping the interval added
Updated by Jonathon Turel about 4 years ago
- Status changed from New to Duplicate
- Target version set to Katello Recycle Bin
- Triaged changed from No to Yes
This was regressed and fixed by #30085 - linked it up!
Actions