Hi, ipfs upload not working in self hosted parse server. Same code block is working with moralis own server.
const imageFile = new Moralis.File(nftFile.name, nftFile);
await imageFile.saveIPFS();
const imageURI = imageFile.ipfs();
console.log("imageURI",imageURI)```
Output: imageURI undefined