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
Steps to reproduce Products > click a product > add at least 1 rule > click save
Expected result Rules saved on the product, product can now be used as a subscription
Actual result "an unknown value was passed to the validate function" 400 is returned
Workaround Downgrade with npm install [email protected] --save
npm install [email protected] --save
Now the rules save as expected
Notes Seems to be due to: typestack/class-validator#1873
We may want to consider using version 0.13.2 until resolved
The text was updated successfully, but these errors were encountered:
There are some properties on VariantPayload that are expected to be null at times
forbidUnknownValues is true by default after the last upgrade of the 'class-validator' library
Sorry, something went wrong.
Merge pull request #39 from huntario/PSE-696
5937878
fix: PSE-696 / GH Issue #38 an unknown value was passed
No branches or pull requests
Steps to reproduce
Products > click a product > add at least 1 rule > click save
Expected result
Rules saved on the product, product can now be used as a subscription
Actual result
"an unknown value was passed to the validate function" 400 is returned
Workaround
Downgrade with
npm install [email protected] --save
Now the rules save as expected
Notes
Seems to be due to:
typestack/class-validator#1873
We may want to consider using version 0.13.2 until resolved
The text was updated successfully, but these errors were encountered: