According to the error messages CORS still does not seem to be configured fully on your CDN.
The error message is pretty clear about that:
Access to image at 'https://cdn.wealthycelebrity.com/wp-content/uploads/2022/01/fb-page-1-2-80x80.png' from origin 'https://wealthycelebrity.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Could you please double check your CDN CORS configuration?
Other images apparently failed to load because of 404 errors, meaning they can’t be found because they probably no longer exist.
Example:
/wp-content/uploads/2022/02/cropped-image-9-1.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)
Other messages in your log seem to indicate that you have an adblocker or similar blocking access to some stylesheets, e.g. https://cdn.mediavine.com/fonts/ProximaNova/stylesheet.css
is blocked.
And i believe all this is happenning because link to image is being inserted without CDN.
That looks plausible.
Here’s one of your images on the websites with proper CDN URLs: https://wealthycelebrity.com/wp-json/wp/v2/media/12891
But here’s the one from the story where the URLs are not pointing to the CDN:
https://wealthycelebrity.com/wp-json/wp/v2/media/12829
What plugin/solution are you using to configure the CDN in WordPress? You might need to double check that configuration or use a different solution that properly changes the URLs all the time.