Minting SVG via Etherscan Errors

I have followed the instructions in https://docs.manifold.xyz/v/manifold-studio/tutorials/storing-data-on-chain#4.-minting-your-svg and minted a token to Goerli testnet.

However, the resulting NFT does not display the SVG file or the description, indicating that something went wrong with the mint. I have checked that the JSON is formatted correctly, what else can I check to see where it went wrong?

Could it be the size / complexity of the SVG file itself? Are there any limitations that I need to be aware of?

Can you reply with your goreli contract address. I can then try take a look at what was put onchain. Typically the issues have usually been about properly escaping quotes, but its hard to tell without actually looking at what was added onchain.