Im facing issue with moralis ipfs cors issue

in one branch of the same project its working fine but not in othe common solution arent working for me
here Ive given the link of both branches man Im just fucked up with this thing
link not working new branch is bellow throwing error development branch
https://bellart-2r5yxdmf3-baibars313.vercel.app/

‘https://ipfs.moralis.io:2053/ipfs/QmeeAbkzinyX5i5DtTJpnJrvBaKYgERETc38a6M7GenP7i’
from origin ‘https://bellart-9lnpzo0ti-baibars313.vercel.app’
has been blocked by CORS policy:
No ‘Access-Control-Allow-Origin’ header is present on
the requested resource.

same app branch is different main branch working
https://bellart.vercel.app/

you can try to use other public ipfs domains like ipfs.io or cloudflare, you have to change only the domain and keep the sam ipfs hash

ook thanx man I appreciate

ook now moralis is quite changed what is the best way to start new moralis

what do you mean with starting new moralis?

I wanted to say that you can use an url like this one

https://ipfs.io/ipfs/QmeeAbkzinyX5i5DtTJpnJrvBaKYgERETc38a6M7GenP7i

you have to change the prefix for that original url

yeah I got it but I want to update my codebase from old moralis to newer version

I’m not sure what you mean with newer version, you mean version 2?

yess
I mean Its one year old code morfalis is no more same

You can still use moralis-v1 (the previous SDK) with a self hosted server - up to you if you want to do that or use your own backend and database.