The community member has a self-hosted version of TypeBot with an AWS S3 bucket configured as the image/file repository. They discovered that the images' URLs do not contain the file extension, which is causing issues with a third-party application they use to deliver messages to users' phones via WhatsApp. The third-party application only renders the images if the URL contains the file extension. The community members discuss possible solutions, including contacting the third-party WhatsApp provider regarding this issue, as other providers they use recognize the images without the file extension.
Hey, guys. I have a self hosted version of TypeBot with an AWS S3 bucket configured as the image/file repository. It's working great, but I recently discovered that the images' URL doesn't contain its file extension. Is there any way to upload the image and make its file extension to be a part of the final URL?
We send these messages to a third party application so it can be delivered to our users' phone via WhatsApp, and this application only render the images if the URL contains its file extension. If I paste the URL without the file extension on Discord and directly on WhatsApp, both recognize it as an image, but this third party application doesn't
I was doing some testing and realized that every provider we use in our application for message delivery recognizes the image, even without the file extension. It's just one of the third party Whatsapp providers that doesn't render the image. So I guess it makes more sense contacting them regarding this issue. Thanks for your time, @Baptiste.