Skip to content

Disable embed caching on sandboxes minds#3224

Manish requested to merge fix/broken-embed-m3224 into master

Ticket(s) / Related Merge Requests

minds#3224 (closed)

Summary of Changes

the assets of the embed endpoint were being cached in s3 and this was disrupting the QA process. This MR disables that cache on sandboxes.

Testing Considerations

video embeds on sandboxes shouldn't be cached. This is hard to test unless we push new code and see if they get reflected on sandbox.

Deployment Considerations

N/A

Regression Scope

video embeds deployment

Platform Affected (web, mobile, etc)

N/A

Developer Testing Completed

local

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports