-
AuthorPosts
-
August 8, 2024 at 11:11 pm #14923Keith LeeParticipant
I am sourcing contents from following two pages
– https://giai.org
– https://kr.giai.orgto following pages
– https://kr.economy.ac
– https://siai.orgBut starting from this morning, I cannot see featured images of the source pages.
There are other websites that I source from third parties, which load featured images as fine.
– https://edutimes.comBelow are the example of feed links that I use from https://giai.org and https://kr.giai.org to https://kr.economy.ac
– https://giai.org/research/feed/
– https://kr.giai.org/research_category/giaikr-column/feed/
– https://kr.giai.org/research_category/giaikr-research/feed/
– https://kr.giai.org/research_category/giaikr-overseas-data-science/feed/You can find the outcome at https://kr.economy.ac just above the footer of the main page.
(screenshot image: https://siaiedu-my.sharepoint.com/:i:/g/personal/keith_lee_giai_org/EfrsOms7h5FFhXns9tsl2HcBiUuCM7HY9cl14ppZ2I35Qg?e=KKa4WN)I did a number of checks from my end, but have no clue at all. As said, the same setting works for other domains, so I believe something is going on with giai.org / kr.giai.org, but do not have any further clue. I have checked with all plugins, but nothing seem affecting it.
August 8, 2024 at 11:26 pm #14930Aakash ChakravarthyKeymasterHi Keith,
Thanks for using Super RSS Reader.
I see that the images are blocked from loading on your target site.
I can’t guess why, but it seems there is some lazy loading enabled and some resources from other domains are blocked on the target site.
You can confirm this by pasting below code in a sample post or HTML widget. The image will be blocked.
<img decoding="async" src="https://kr.giai.org/wp-content/uploads/sites/3/2024/08/ChatGPT_GK_20240807.jpeg" alt="[기고] ‘챗GPT는 무슨 “기술”인가요?’라는 질문에 담긴 한국 개발자들의 ‘복사-붙여넣기’ 사고방식" align="left" data-lazy-src="https://kr.giai.org/wp-content/uploads/sites/3/2024/08/ChatGPT_GK_20240807.jpeg" >
Can you also please search online regarding the CORB error and check what you can do to avoid this?
Thanks,
AakashAugust 9, 2024 at 8:24 am #14934Keith LeeParticipantI’ve also checked that part as well. I did guess that it could be CORS error, but it’s not like I have implemented any cross-domain security measure. I’ve tried with a number of suggested options via googling, but nothing works so far.
– https://stackoverflow.com/questions/56057136/fixing-the-access-control-allow-origin-header-contains-multiple-values-error-i
– https://github.com/caprover/caprover/issues/245Above options tell me that I am supposed to add header for the origin, but that I thought it may further disable Super RSS’s functionality. Can you please double check that it is not the problem of feed? If it is just the matter of blocking images being pulled to other websites, guess I can at least narrow down the cause thus the potential solutions.
August 10, 2024 at 2:28 am #14941Aakash ChakravarthyKeymasterMy guess is that the RSS feed source website is not permitting images to be displayed on another website.
Did you get a confirm this by inserting an image with the URL in your post
https://kr.giai.org/wp-content/uploads/sites/3/2024/08/ChatGPT_GK_20240807.jpeg
?If it fails, then for sure the source site has restrictions.
Please confirm me on this. I’ll see if the image can be displayed via a proxy.August 10, 2024 at 6:01 am #14943Keith LeeParticipantI think I have messed around Nginx’s add_header. I have removed recent changes in my Nginx configuration, and all new images are displayed properly. Old images, including the one you sampled, are not, which means those images have the earlier header.
I just need to find a way to purge all earlier headers.
Thanks for the help. You can close the ticket.
August 10, 2024 at 4:55 pm #14947Aakash ChakravarthyKeymasterGlad you figured out the issue!
-
AuthorPosts
- The topic ‘Featured image no longer appear on the target domain’ is closed to new replies.