Image File URI not found

in the last step of ā€œI cloned rarible in 24h - listing user tokensā€, the localhost canā€™t match the given URI. here is the console and the message. Is there anyone can help or suggest?

here is the URI btw, https://ipfs.moralis.io:2053/ipfs/QmNjLynzwjuZCC6LiNQb6f3Md3aZZW7BmGCo4NreTdyiS8

Hi,
How it should get to that ipfs url? I see a GET request to localhost to /Nakoā€™s%20Birds.

The video said that the image is get and render from the token uri (name, description, image address). So I have no idea how to solve this

It sounds like you have that IPFS uri that you already pasted and you have to display it directly how it is and not from localhost.

maybe something similar to what this forum did when you pasted that URI:

<img src="https://ipfs.moralis.io:2053/ipfs/QmNjLynzwjuZCC6LiNQb6f3Md3aZZW7BmGCo4NreTdyiS8" alt="image" width="300" height="400" >