Unable to open attachments

Hello

Our team implemented CS chatting tool with Sendbird react UIKit.
It worked well, but when our agents or guests uploaded attachments and tried to access them later, they cannot open them anymore. Clicking files just open a modal with image not found icon.

I checked with chrome developer panel, and it shows that requesting the url returns xml with error messages like:

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>C6A98DC7-021F-4D16-A9CD-9B99DB18A54C/upload/e/066bbb59f4e04c5e9f06b79971428c48.jpg</Key>
<RequestId>3EQVCNRKQ8MFZY1A</RequestId>
<HostId>WEKwQzCEYTH0mJtJFXq6GlChW1teJG38CYkGkkXGpj+R6luo80fIIXwCLeRD/H0vjWOdUT5RTEE=</HostId>
</Error>

Here are some sample urls:
https://file-us-3.sendbird.com/501630079a0c4aaab5b5c482b14209cb.webp?auth=DY2s7a9_HbmVy_pWQcaRc1fo1iJUMWqV7Qybe-tcod9asW8F2iVkHjkDheisiPjF5_0fAhjOI_mhqjgNKeeb3g
https://file-us-3.sendbird.com/e732d9dde6874f4bb992f7beda5b666c.jpg?auth=DY2s7a9_HbmVy_pWQcaRc1fo1iJUMWqV7Qybe-tcod9asW8F2iVkHjkDheisiPjF5_0fAhjOI_mhqjgNKeeb3g

Why does it happen?
Sendbird does not maintain attachment files permanently?
If so, how long Sendbird server maintains attachments?

Thanks.


[UIKit Version]
3.5.1 with chat SDK version 4.9.5

[Reproduction Steps]
Using UI Kit, upload any images and try access them after certain amount of time

[Frequency]
It looks happened to all images uploaded long ago

[Current impact]
Getting issues from CS team

Hello @Eueddem_Kim,

Welcome to the Sendbird Community.

Is this issue still occurring? Message retention is set to 6 months but if this were the impacting issue, the message itself would not be found either.

Yes, those messages were sent on Aug 23, 2023 - and we’re seeing same issues on prod channel also.