Hi team! We’re having an issue launching a checkout extensibility feature for customer accounts. We are seeing console-errors that a session token is not available to us on the customer_accounts.order_status page but is available on the customer_accounts.thank_you page.
We’ve already logged the issue on Github but couldn’t get developer attention on this.
https://github.com/Shopify/ui-extensions/issues/1232
This issue is persisting across several Shopify Plus stores from the official scaffolded extensions provided by Shopify’s Github repository.
import { Banner, useApi, useTranslate, reactExtension } from "@shopify/ui-extensions-react/customer-account";
import { useEffect } from "react";
export default reactExtension("customer-account.order-status.block.render", () =>