Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Dynamic Bundle Module - Unable to create bundles #278

Open
shrma-ankit opened this issue May 16, 2023 · 0 comments
Open

Dynamic Bundle Module - Unable to create bundles #278

shrma-ankit opened this issue May 16, 2023 · 0 comments

Comments

@shrma-ankit
Copy link

I wanted to reach out regarding an issue I encountered while attempting to create a bundle using the startup dynamic bundle code. I've successfully cloned the repository and executed the dynamic bundle code. However, when I proceed to create a bundle, I encounter below error.

{ "data": { "createProduct": null }, "errors": [ { "message": "Attribute definition for 'categories' does not exist on type 'DynamicBundleParent'.", "path": [ "createProduct" ], "locations": [ { "line": 2, "column": 3 } ], "extensions": { "code": "AttributeNameDoesNotExist", "invalidAttributeName": "categories" } }, { "message": "Attribute definition for 'category-search' does not exist on type 'DynamicBundleParent'.", "path": [ "createProduct" ], "locations": [ { "line": 2, "column": 3 } ], "extensions": { "code": "AttributeNameDoesNotExist", "invalidAttributeName": "category-search" } }, { "message": "Attribute definition for 'dynamic-price' does not exist on type 'DynamicBundleParent'.", "path": [ "createProduct" ], "locations": [ { "line": 2, "column": 3 } ], "extensions": { "code": "AttributeNameDoesNotExist", "invalidAttributeName": "dynamic-price" } }, { "message": "Attribute definition for 'min-quantity' does not exist on type 'DynamicBundleParent'.", "path": [ "createProduct" ], "locations": [ { "line": 2, "column": 3 } ], "extensions": { "code": "AttributeNameDoesNotExist", "invalidAttributeName": "min-quantity" } } ] }

I would greatly appreciate if anyone could provide instructions, suggestions or guidance on how to resolve this issue, if there's any specific steps or considerations on this please let me know.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant