401 Unauthorized when loading study list
See original GitHub issueBug Report
Description
A project I am working on is using the Google Cloud Healthcare API, as well as Google OAuth, in OHIF. On the latest version, specifically after the pull request #1575 into master, I am able to select a Dicom Store, however when I have chosen a store and the viewer attempts to load the study list, I get a 401 error.
The error subsides when reverting to prior commits.
What steps can we follow to reproduce the bug?
- Create a valid google.js config file
- Run the app using
APP_CONFIG=config/google.js yarn run dev
- Run through the process of selecting a dicom store
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How to Quickly Fix the 401 Unauthorized Error (5 Methods)
The 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the ...
Read more >401 Error: 5 Ways to Troubleshoot and Fix It - Hostinger
The 401 Unauthorized error is triggered by unauthenticated requests made to a WordPress web server. Learn how to identify and fix the issue....
Read more >401 Unauthorized Error: What It Is and How to Fix It
The 401 Unauthorized Error is an HTTP response status code indicating that the client could not authenticate a request.
Read more >401 Unauthorized - HTTP - MDN Web Docs
The HyperText Transfer Protocol (HTTP) 401 Unauthorized response status code indicates that the client request has not been completed ...
Read more >HTTP 401 Unauthorized Error | What Is and How to Fix?
401 Unauthorized Error is an HTTP reaction rating code illustrating that an application made by the client has not been verified.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry I have been away for a while to focus on University however I can confirm after updating our repos today that the issue has been resolved. Thanks @dannyrb 😄
Hi @dannyrb , would you please take a look at https://github.com/OHIF/Viewers/issues/1736? I think is related. still having 401 when trying to fetch images. thanks in advance.!