We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prerequisites
When a product variant is cloned, the UI breaks with the following error coming from the API:
1: {message: "Float cannot represent non numeric value: "null"", locations: [{line: 67, column: 3}],…} message: "Float cannot represent non numeric value: "null"" locations: [{line: 67, column: 3}] 0: {line: 67, column: 3} path: ["product", "variants", 1, "options", 0, "length"] 0: "product" 1: "variants" 2: 1 3: "options" 4: 0 5: "length" extensions: {code: "INTERNAL_SERVER_ERROR",…} code: "INTERNAL_SERVER_ERROR" exception: {stacktrace: ["TypeError: Float cannot represent non numeric value: "null"",…]} stacktrace: ["TypeError: Float cannot represent non numeric value: "null"",…] 0: "TypeError: Float cannot represent non numeric value: "null"" 1: " at GraphQLScalarType.serializeFloat [as serialize] (/usr/local/src/app/node_modules/graphql/type/scalars.js:96:11)
Please provide starting context, i.e. logged in as a user, configure a particular payment method.
Looks like the price is not being cloned correctly
The text was updated successfully, but these errors were encountered:
mikemurray
Successfully merging a pull request may close this issue.
Prerequisites
Issue Description
When a product variant is cloned, the UI breaks with the following error coming from the API:
Steps to Reproduce
Please provide starting context, i.e. logged in as a user, configure a particular payment method.
Possible Solution
Looks like the price is not being cloned correctly
The text was updated successfully, but these errors were encountered: