Hi all, I have been waiting to ask in here before finishing my all tests with every possibility I must try in my code and cloud codes, but unfortunately the same error still persists.
Instead of the dApp which is on react, I’m giving a dashboard as an admin panel, and it is vanilla-script-based webpage that has an uploading file form for the staff only. Moralis SDK is being imported as its latest version from CDN, always.
If I use <input type="file" /> object and upload more than 80MB video file to ipfs gives 413 XHR Access-Control-Allow-Origin blocked error, or using Moralis.Cloud.toIPFS() in cloud functions which gets on outsourced URL returns undefined. There is no IP detected from my test webpage has tried to fetch the file from the server I gave url of. Seems like cloud function won’t fetch or gets blocked in somewhere… ?
Please excuse my ignorant about browser and CORS policy knowledge, if I’m making a mistake in somewhere, otherwise If there is any fixing event which might be temporary occurring at the moment at your side, or a policy item about the file size limit for development phase, would like to know, I can take a break on this and keep working on UI… A little urgency follows us in here.