Unable to find a logged-in customer

The script could not determine the logged-in user. Common causes:

Debug info (for troubleshooting):

Array
(
    [cookie_names_checked] => Array
        (
            [0] => OCSESSID
            [1] => OCSESSID
            [2] => PHPSESSID
        )

    [cookies_present] => Array
        (
        )

    [session_save_path] => /var/cpanel/php/sessions/ea-php74
)

To fix:

  1. Open this page in the same browser where you are signed in to the store.
  2. If you use a WebView, ensure it shares cookies with the system browser or your website's domain.
  3. Alternatively, implement a token-based authenticated deletion endpoint (see note below).