rokwire / events-manager

Events Manager is the administrative interface to events in the Rokwire Platform. Through this web application, users can manage existing events coming from calendars and/or create and manage user events.
Apache License 2.0
1 stars 4 forks source link

[BUG] Investigate event images upload in the production instance #1094

Open sandeep-ps opened 1 year ago

sandeep-ps commented 1 year ago

Describe the bug Uploading images from the Events Manager on production results in those images being associated with a different Rokwire AWS account. This is causing issues when reading the image URL.

To Reproduce Steps to reproduce the behavior:

  1. Got to Events Manager on production.
  2. Create an event with an image.
  3. Publish it.
  4. Retrieve the image URL from backed and do a GET call.
  5. See Http 403 error.

Expected behavior The image should be associated with the production account, and the image read should work fine.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context