Hi All,
I've followed the course successfully but somehow the app stopped working successfully and I am now getting an axis error which appears to be coming from the axios get request in Marketplace.js let meta = await axios.get(tokenURI);
I am getting the below error:
I have been looking for a solution for two days and can not figure out why it is not working anymore.
Any assistance would be greatly appreciated.
Hi All, I've followed the course successfully but somehow the app stopped working successfully and I am now getting an axis error which appears to be coming from the axios get request in Marketplace.js
let meta = await axios.get(tokenURI);
I am getting the below error: I have been looking for a solution for two days and can not figure out why it is not working anymore. Any assistance would be greatly appreciated.See below the code from the Marketplace.js file: