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
With the basic licence, when you land on the ML app from certain apps, e.g. Discover or Stack Monitoring, it is stuck in a redirect loop showing the Page Not Found warning message. It happens because of this method is invoked repeatedly.
Ideally, we should get rid of all redirect with window.location.href.
The text was updated successfully, but these errors were encountered:
Related issues:
With the basic licence, when you land on the ML app from certain apps, e.g. Discover or Stack Monitoring, it is stuck in a redirect loop showing the
Page Not Found
warning message. It happens because of this method is invoked repeatedly.Ideally, we should get rid of all redirect with
window.location.href
.The text was updated successfully, but these errors were encountered: