mayukhpankaj / flipshop

A decentralised E-commerce platform with NFT based warranty
https://flipshop-flipkart.netlify.app/
MIT License
11 stars 1 forks source link

Getting errors in console #1

Closed deependujha closed 2 years ago

deependujha commented 2 years ago

While trying to buy an item, it gives an alert - an error occurred. Console prints: RPC Error: TxGasUtil - Trying to call a function on a non-contract address.

mayukhpankaj commented 2 years ago

Ah, API call to one of our Moralis server got failed cause server got in sleep mode. We are trying to keep server awake with regular api calls, thanks for pointing out.