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
while the web page just hangs, showing only "Loading patient details..." for several minutes with no progress.
Is there a particular schema that matchminer-ui or matchminer-api expects?
Does the provided test data follow this schema? If so, why does the web page fail to retrieve the fake/test patient record?
The text was updated successfully, but these errors were encountered:
I've setup
matchminer-api
on localhost:5000.I loaded the test data (TCGA) into the monogdb based on https://matchminer.gitbook.io/matchminer/matchminer-api/development-setup
I then
gulp serve
thismatchminer-ui
website, which is configured to access the API at the correct URI of localhost:5000.Through the web site served at localhost:8001, I can find a particular patient by MRN, e.g. "a4777":
But when I clicked the action icon to go to patient record, the server logs
while the web page just hangs, showing only "Loading patient details..." for several minutes with no progress.
Is there a particular schema that
matchminer-ui
ormatchminer-api
expects?Does the provided test data follow this schema? If so, why does the web page fail to retrieve the fake/test patient record?
The text was updated successfully, but these errors were encountered: