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
Issue is that the script injected {{apiToken}} as null from src\templates\subscribe-and-save-widget.hbs
but it needs to be {{settings.storefront_api.token}}
The text was updated successfully, but these errors were encountered:
On the front end when PDP needs to load a subscription there is an error {"errors":[{"message":"GraphQL invalid credentials. String is not a JWT"}]}
query:
"query Product( $productId: Int = 97, $namespace: String = "Stripe Billing", $subscription_config: String = "subscription_config") { site { product(entityId: $productId) { name variants { edges { node { sku metafields(namespace: $namespace, keys: [$subscription_config] ) { edges { node { key value } } } } } } } } }"
Issue is that the script injected {{apiToken}} as null from src\templates\subscribe-and-save-widget.hbs
but it needs to be {{settings.storefront_api.token}}
The text was updated successfully, but these errors were encountered: