AnubhavDutta / SupplyChainDAPP_FULL

Other
93 stars 56 forks source link

Issue with adding products #6

Closed noopur0210 closed 2 years ago

noopur0210 commented 2 years ago

While running the project, login and signup works completely fine. But when I signup as a manufacturer and wish to add products, it shows on the console that the 'returnValues' property is undefined. The error is generated on line 130 in the addproduct.php file. On further inspection I found that the 'receipt.events' comes out to be empty even on adding the product. I'm new to blockchain development, any help is welcomed:)

noopur0210 commented 2 years ago

Turns out the issue was with linking the correct contract address and connecting metamask properly.

caella77 commented 2 years ago

How to resolve this issue ?