Images have extra in URL path for new images
-
I actually emailed you about this just a second ago. I’m not 100% sure if you’ll get that so I will put it here too.
As of yesterday, we’ve noticed new images newly getting converted into webp are returning a path of:
https://collectivehealth.com/wp-content/webp-express/webp-images/wp-content/uploads/2021/11/The-Breakdown-1024×535.jpg.webpInstead of the correct path that:
https://collectivehealth.com/wp-content/uploads/2021/11/The-Breakdown-1024×535.jpg.webpInterestingly, it is only new images being converted. This does not happen with any of the older converted webp file paths.
When I visit /wp-admin/upload.php?page=webp_express_conversion_page then navigate to the failing image, it doesn’t show the extra URL bit in the path above.
The methods returning this seem to be any thumbnail_url methods like:
get_the_post_thumbnail_url()If you want to see this in real time, visit this page below and inspect the main content image. Refresh the page and the srcset attribute will blink and the image will load. I am using JS to remove the erroneous part of the URLs.
https://collectivehealth.com/blog/insights/the-breakdown-supporting-your-employee-population-with-diabetes/Here’s an example where the same image tag’s attributes do not blink and was done before this error started.
https://collectivehealth.com/blog/insights/premier-partner-perspectives-engaging-members-at-open-enrollment/I have tried resaving the webp stuff. And I am hosted on WPEngine, but I have not edited anything. There was a very recent WP core update. Maybe that had something to do with it?
Please let me know if there’s something I can do on my end to fix this. Or if you have any questions. Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Images have extra in URL path for new images’ is closed to new replies.