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
Hi Team!
I just cloned the repo following the instructions, running locally using MongoDb from Atlas. I can create only one Product, when trying to create a second product I get the following error:
To Reproduce
Create a product category successfully.
Try to create a product from UI, fill the form and submit, got status code: 500
Expected behavior
Other Models that don't have the number attribute are working as expected (can create or edit). But with Products, I was able to create only the first Document.
I'm on this commit: 4434edf (HEAD -> master, origin/master, origin/HEAD) Merge pull request #954 from idurar/dev
I have already tried dumping the DB, running reset script and then run setup again. Same result.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
@NicoEspositoARG in product Model remove unique : true from number field ,
then go to mongoldb (products collections ) and remove it (number_1) from index tabs
@NicoEspositoARG in product Model remove unique : true from number field , then go to mongoldb (products collections ) and remove it (number_1) from index tabs
Hi Team!
I just cloned the repo following the instructions, running locally using MongoDb from Atlas. I can create only one Product, when trying to create a second product I get the following error:
To Reproduce
Endpoint: POST
/api/product/create
Payload:
Response:
Expected behavior
Other Models that don't have the number attribute are working as expected (can create or edit). But with Products, I was able to create only the first Document.
I'm on this commit:
4434edf (HEAD -> master, origin/master, origin/HEAD) Merge pull request #954 from idurar/dev
I have already tried dumping the DB, running reset script and then run setup again. Same result.
Thanks in advance.
The text was updated successfully, but these errors were encountered: