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 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']?
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-Statusalert 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']?