You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried with "yarn install" and "yarn start", and setup in firebase console. I can navigate the UI at IP_ADDRESS:9060 and can successfully log in using my google account. However the webpage still says "Matchminer Curation Platform is proprietary resource. If you are not authorized to access this system, please exit immediately."
It seems to me that authorization failed. Or is it because of the oncokb API? The browser developer tools shows the following error message.
Do you have any idea what could the problem be and how to solve?
More info: I was working on a ubuntu 20.04 with node version 10.19.0 and yarn version 1.22.18, so I have set these two version numbers in package.json, and no other changes to the source codes.
Thanks in advance for your time and help.
The text was updated successfully, but these errors were encountered:
To update, I've now solved the authorization problem (related to firebase settings). However it seems that the clinical trial search API from cancer.gov is no long available, and upload json files downloaded from clinicaltrials.gov is also unsuccessful. Is it due to the mismatch in json structure from clinicaltrials.gov and the defined structure in the matchminer-curate?
Hi, I tried with "yarn install" and "yarn start", and setup in firebase console. I can navigate the UI at IP_ADDRESS:9060 and can successfully log in using my google account. However the webpage still says "Matchminer Curation Platform is proprietary resource. If you are not authorized to access this system, please exit immediately."
It seems to me that authorization failed. Or is it because of the oncokb API? The browser developer tools shows the following error message.
{"type":"https://www.oncokb.org/problem/problem-with-message","title":"Unauthorized","status":401,"detail":"Full authentication is required to access this resource","path":"/api/v1/variants","message":"error.http.401"}
Do you have any idea what could the problem be and how to solve?
More info: I was working on a ubuntu 20.04 with node version 10.19.0 and yarn version 1.22.18, so I have set these two version numbers in package.json, and no other changes to the source codes.
Thanks in advance for your time and help.
The text was updated successfully, but these errors were encountered: