NFT one-click Tutorial Question

Greetings,

In regards to video tutorial https://youtu.be/a3zIFrJl7UU,
I cloned repo
npm install
verified dependenices
Booted up ganache
changed RPC server to reflect truffle.config file

I put character contract in Remix, compiled
Deployed to injected Web3 Ganache Local with localhost and 1337 accordingly
Received contract address
Populated all 6 .env mandatory info fields: app id, server url, master key, api url, api key, and app char contract

I then go to the front end which is running locally, when I attempt to upload an Image to IPFS it spins continuously, with the console log giving me this

When i attempt to reset the contracts locally for Ganache, i.e. truffle console, migrate --reset, I get this:

Any help would be greatly appreciated. Thank you!!