Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Deletion of Structured Reports miss authorization token #4364

Open
pierrehenri-dauvergne opened this issue Sep 10, 2024 · 0 comments
Open
Labels
Awaiting Reproduction Can we reproduce the reported bug?

Comments

@pierrehenri-dauvergne
Copy link

pierrehenri-dauvergne commented Sep 10, 2024

Describe the Bug

When deleting a structured report, the request is missing the Authorization token, the endpoint in my API is never reached because of that.

Steps to Reproduce

  1. Open the viewer and make a measurement
  2. Create the report

image

  1. Delete the report: click 'yes' on the "Delete report" pop-up

image

The current behavior

A request is made with those params:
image

It ends in error 401

The expected behavior

From another request in the page, I copied the Authorization token, right-clicked on the 'delete SR' and selected 'edit and re-send'. I added the Authorization header and pasted the value. Sending this new request is now working and received on my API

OS

Windows 10

Node version

v18.14.1

Browser

Firefox 130.0 (64 bits)

EDIT: I forgot to mention but I'm using ohif/app version 3.9.0-beta.76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Reproduction Can we reproduce the reported bug?
Projects
None yet
Development

No branches or pull requests

1 participant