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
Describe the bug
When saving a product with variant, I get the error:
ApolloError: ProductVariant optionIds must include one optionId from each of the groups: test
at new T (index.js:39:28)
at QueryManager.js:126:47
at Ui (asyncMap.js:22:31)
at asyncMap.js:11:72
at new n (zone.js:1425:21)
at Object.then (asyncMap.js:11:24)
at Object.next (asyncMap.js:24:49)
at Ne (module.js:132:18)
at ge (module.js:176:3)
at Te.next (module.js:225:5)
I saw someone else had this error 2 years ago: #2326
To Reproduce
Steps to reproduce the behavior:
Fresh install, Create new product.
if i dont touch the variants it works but if I add an Option (like in this example: test) and Option values
when I then save I get that error.
What is also weird, when I then go back to the Products overview I see many new products added with 0 variants.
Expected behavior
Should save the product variant without issue.
Describe the bug
When saving a product with variant, I get the error:
ApolloError: ProductVariant optionIds must include one optionId from each of the groups: test
at new T (index.js:39:28)
at QueryManager.js:126:47
at Ui (asyncMap.js:22:31)
at asyncMap.js:11:72
at new n (zone.js:1425:21)
at Object.then (asyncMap.js:11:24)
at Object.next (asyncMap.js:24:49)
at Ne (module.js:132:18)
at ge (module.js:176:3)
at Te.next (module.js:225:5)
I saw someone else had this error 2 years ago:
#2326
To Reproduce
Steps to reproduce the behavior:
Fresh install, Create new product.
if i dont touch the variants it works but if I add an Option (like in this example: test) and Option values
when I then save I get that error.
What is also weird, when I then go back to the Products overview I see many new products added with 0 variants.
Expected behavior
Should save the product variant without issue.
@vendure/core": "3.1.3"
Nodejs version: 22.12.0
Database: Postgres
The text was updated successfully, but these errors were encountered: