platform icon indicating copy to clipboard operation
platform copied to clipboard

Images not working after using another workspace in separate tab

Open aonnikov opened this issue 1 year ago • 1 comments

Steps to reproduce:

  1. Open workspace ws1
  2. Open workspace ws2 in separate tab in browser
  3. Try to open some issue with attached image in the first tab

Expected: images are displayed Actual: images are not displayed, image API returns 500

Explanation: Image API looks for token in presentation-metadata-Token cookie in the request. When opened another workspace in separate tab, the cookie had been overridden with ws token and as a result the first tab started using wrong token.

aonnikov avatar Jan 31 '24 11:01 aonnikov

Reopened because the fix was invalid.

aonnikov avatar Feb 05 '24 04:02 aonnikov