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
Getting 'property attribute_values should not exist, property int_attribute_values should not exist' after adding custom attributing and trying to use it inside product
#28
Open
moheldesoqy opened this issue
Apr 23, 2024
· 1 comment
this plugin was working just fine for me the other day, and today when i tried to check a new boolean attribute i added to my product, the console logs print:
error: property attribute_values should not exist, property int_attribute_values should not exist
Error: property attribute_values should not exist, property int_attribute_values should not exist
at /Users/moh/Projects/project/node_modules/@medusajs/medusa/dist/utils/validator.js:153:31
at step (/Users/moh/Projects/project/node_modules/@medusajs/medusa/dist/utils/validator.js:44:23)
at Object.next (/Users/moh/Projects/project/node_modules/@medusajs/medusa/dist/utils/validator.js:25:53)
at fulfilled (/Users/moh/Projects/project/node_modules/@medusajs/medusa/dist/utils/validator.js:16:58) {
type: 'invalid_data',
code: undefined,
date: 2024-04-23T11:31:04.208Z
}
any ideas?
The text was updated successfully, but these errors were encountered:
Hello!
this plugin was working just fine for me the other day, and today when i tried to check a new boolean attribute i added to my product, the console logs print:
any ideas?
The text was updated successfully, but these errors were encountered: