Balaji-Ganesh / CrowdHelp-Blockchain-based-crowdfunding-platform

A platform based on blockchain where fundraisers meet backers to raise funds for noble cause
https://crowdhelp.netlify.app/
MIT License
10 stars 4 forks source link

Campaigns not loading in Chromium based browsers, but loading in Firefox #27

Open Balaji-Ganesh opened 1 year ago

Balaji-Ganesh commented 1 year ago

Not Loading in In Brave image

In Edge image

Error:

Uncaught (in promise) Error: Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced.
    at c.decodeParametersWith (index.824427be.js:2498:131450)
    at c.decodeParameters (index.824427be.js:2498:131325)
    at h._decodeMethodReturn (index.824427be.js:2498:120290)
    at v.outputFormatter (index.824427be.js:2498:126124)
    at v.formatOutput (index.824427be.js:2476:11368)
    at R (index.824427be.js:2476:19587)
    at $ (index.824427be.js:2498:3639)
    at y.run (index.824427be.js:2474:65096)
    at b (index.824427be.js:2474:64596)

Loading in Firefox image

Reason.. need to figure out.

vasa-r commented 1 year ago

Campaign is not loading or showing even in Firefox

Am running it in the local host

Will you suggest any solution to load campaign pages after creating campaign

Balaji-Ganesh commented 1 year ago

Could you please mention the network you've uploaded the smart contract? i.e., whether hardhat or ganache?

and please paste the error which you are getting. Thanks.