You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse the stream and click on Query button from the stream events view
The following error will be logged:
Error: [$rootScope:inprog] $digest already in progress
http://errors.angularjs.org/1.3.20/$rootScope/inprog?p0=%24digest
at app.min.js:1
at $ (app.min.js:1)
at t.$apply (app.min.js:1)
at h (app.min.js:1)
at Array.<anonymous> (app.min.js:1)
at p.i._signal (app.min.js:1)
at p.onChange (app.min.js:1)
at a.i._signal (app.min.js:1)
at applyDelta (app.min.js:1)
at a.insertMergedLines (app.min.js:1)
Method 2 (Debug tab)
Create a projection called test with the following source:
app.min.js:1 Error: [$rootScope:inprog] $digest already in progress
http://errors.angularjs.org/1.3.20/$rootScope/inprog?p0=%24digest
at app.min.js:1
at $ (app.min.js:1)
at t.$apply (app.min.js:1)
at h (app.min.js:1)
at Array.<anonymous> (app.min.js:1)
at p.i._signal (app.min.js:1)
at p.onChange (app.min.js:1)
at a.i._signal (app.min.js:1)
at applyDelta (app.min.js:1)
at a.insertMergedLines (app.min.js:1)
The text was updated successfully, but these errors were encountered:
Reproduction steps:
Method 1 (Query tab)
test
in the UIQuery
button from the stream events viewMethod 2 (Debug tab)
test
with the following source:Debug
button on the projection's pageThe text was updated successfully, but these errors were encountered: