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
App-abreviated namespaces such as $app:my-app work for requesting metafields/metaobjects in the live version of extensions, but not in the editor.
This is the case for both StorefrontApi and Customer Account Api (for customer acc extensions)
Steps to reproduce the behavior:
Define a metafield in the Shop resource with an app reserved namespace. eg $app:my-app and whatever key+type+value.
In a checkout or customer account extension, request that metafield via the StorefrontApi or the CustomerAccount extensions using the app reserved namespace syntax from before $app:my-app
Analyze the payload in the editor and in the Live preview
No problems in the live preview, metafield will be found.
Problems in the editor, the metafield is not found, is null.
Expected behavior
App reserved namespaces should work both in the editor and in the live preview
The text was updated successfully, but these errors were encountered:
Please list the package(s) involved in the issue, and include the version you are using
Describe the bug
App-abreviated namespaces such as
$app:my-app
work for requesting metafields/metaobjects in the live version of extensions, but not in the editor.This is the case for both StorefrontApi and Customer Account Api (for customer acc extensions)
Steps to reproduce the behavior:
$app:my-app
and whatever key+type+value.$app:my-app
null
.Expected behavior
App reserved namespaces should work both in the editor and in the live preview
The text was updated successfully, but these errors were encountered: