Nextjs 404 image when fetching image url

Hey guys I’m having a problem with my Nextjs and strapi integration. When I fetch images from strapi some images return well while for others i get this ⨯ upstream image response failed for https://sea-lion-app-nsr29.ondigitalocean.app/uploads/What_is_Leadership_How_to_be_a_Good_Leader_pexels_moe_magners_5336046_97240f3c8e.jpg 404
⨯ upstream image response failed for https://sea-lion-app-nsr29.ondigitalocean.app/uploads/Adapting_to_regulatory_change_pexels_august_de_richelieu_4427428_2f88d90cdc.jpg 404
⨯ upstream image response failed for https://sea-lion-app-nsr29.ondigitalocean.app/uploads/5_Essential_Tools_Your_Care_Business_Needs_to_Thrive_Not_Just_Survive_88ca7fdde2.jpg 404
Error: “url” parameter is valid but upstream response is invalid

This topic has been created from a Discord post (1302928042351398912) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

maybe you need some configuration on next.config.js to add some elements liek here Components: <Image> | Next.js