Replies: 3 comments
-
@BTT21000 I got the same problem on my side but I resolve it. Let me explain
Then install a simple package antd using yarn
Once this is install Replace your NFTBox.js with below code
This way your website get deployed on fleek without error |
Beta Was this translation helpful? Give feedback.
-
@MUHAMMAD-AMMAR-TANWEER thanks for the suggestion. |
Beta Was this translation helpful? Give feedback.
-
Stole the answer from this stackoverflow answer since I had this error deploying my NFTmarketplace to heroku as well. Within your NFTBox.js code, go to your line where you declare the imageURIURL variable and replace the
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,

I have just finished the chapter 15 (nextjs-nft-marketplace-thegraph) and everything seems to be working when I run the front end on my localhost:3000. I can see the NFTs listed and I can sell/list NFTs using The Goerli testnet.
For completeness I have tried to deploy the website on IPFS (using fleek as shown in the fcc course) and also using heroku as an alternative solution.
However I note that in both cases, the NFTs listed are not being displayed on the Home page whereas there should be about a dozen of them already listed on the Goerli testnet. All I can see on the Home page is the "Loading.." text (see image below).
Here are the deployed sites links fyi:
fleek: https://weathered-forest-2157.on.fleek.co/
heroku: https://nftmarketplace1.herokuapp.com/
Could you please advise why the NFTs listed are not shown?
FYI my repo is there: https://github.com/BTT21000/nextjs-nft-marketplace-thegraph-Fcc
Beta Was this translation helpful? Give feedback.
All reactions