Coming from here
Problem
Chat attachments are loaded from API not matching the client environment. So you can be on Staging app but the chat attachment is loaded from production
Why is it important
Environment inconsistency can make it harder to find regressions and can introduce some unexpected ones in one deployment cycle
Solution
Make sure the production App loads the chat attachments from production api and staging from appropriate api server. cc @kidroca
Coming from here
Problem
Chat attachments are loaded from API not matching the client environment. So you can be on Staging app but the chat attachment is loaded from production
Why is it important
Environment inconsistency can make it harder to find regressions and can introduce some unexpected ones in one deployment cycle
Solution
Make sure the production App loads the chat attachments from production api and staging from appropriate api server. cc @kidroca