Moralis IPFS upload shows error: Request failed with status code 400

Uploading to IPFS returns error 400-

I’m using-
“moralis”: “1.8.0”,
“react-moralis”: “1.4.0”

and uploading image file to IPFS using-

const file = new Moralis.File("file", fileToUpload);
await file.saveIPFS();

This used to work fine till 2 days ago, but showing error 400 now

yes, we know, we are working on fixing it