I was following the official documentation for surfacing app data using the new sidekick extension. It can be found here - Use extensions to surface app data
Goal : To enable sidekick to surface our app’s data from backend similar to the use-case shown in the documentation.
Problems :
The template for generating extension using shopify cli was not valid. It threw the error in console listing available template names. The command I am using - shopify app generate extension --template app-tools --name tools
When I manually created the directory structure with necessary files, the build failed in local app dev command stating the extension point admin.app.tools.data is invalid.
I would really appreciate if the community is able to help me solve this problem. Thank you!
This feature is currently only in closed beta right now, so the CLI commands won’t work as described in the documentation unless you have access to the beta.
Thank you for the clarification! Since this is in closed beta, could you share how developers can apply for the access to the beta program? Is there a process to follow? I would love to test this feature for our app. Thanks in advance!