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
The side navigation menu uses AJAX, so the end-user will never actually get to the Admin UI should any error occur (e.g on localhost, or auth related etc); instead they'll receive the X-Status alert set by setToast().
See if this can be prevented by detecting where the call comes from(?) or otherwise maybe send each request with a unique variable and $_GET['ui']?
The text was updated successfully, but these errors were encountered:
Re: CloudFlare_Notifications::handleMessage().
The side navigation menu uses AJAX, so the end-user will never actually get to the Admin UI should any error occur (e.g on localhost, or auth related etc); instead they'll receive the
X-Status
alert set bysetToast()
.See if this can be prevented by detecting where the call comes from(?) or otherwise maybe send each request with a unique variable and
$_GET['ui']
?The text was updated successfully, but these errors were encountered: