-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
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
Stuck on loading after adding product or buying. #6
Comments
It happens because receipt is not firing. It has some issue. You can change the receipt to transactionhash because it is one of the properties of send function. then this works. |
hi im having the same issue, ive changed: createProduct(name, price) { to: createProduct(name, price) { and it still does not work, am I doing something wrong |
https://web3js.readthedocs.io/en/v1.2.6/web3-eth-contract.html#id36 check this you can also use confirmation. |
createProduct(name, price) { this still does not work. |
Use confirmation. |
createProduct(station, duration, price) { still does not work |
web3/web3.js#2104 -- check this once |
@hartej-s anything worked? |
After adding product page is just loading. After refreshing I can see the newly added product.
Same on buying product, after purchase complete stuck on loading, when refreshing new owner address has been updated.
The text was updated successfully, but these errors were encountered: