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
This is actually a problem when rendering a page after a redirect.
I've started debugging this and could notice that when mergePanels() is called in ApplicationController the incoming panels are already there, seems some kind of race condition or asynchronous code oddity.
The text was updated successfully, but these errors were encountered:
This is actually a problem when rendering a page after a redirect.
I've started debugging this and could notice that when
mergePanels()
is called inApplicationController
the incoming panels are already there, seems some kind of race condition or asynchronous code oddity.The text was updated successfully, but these errors were encountered: