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
As seen in the screenshot, the UI is not properly detecting urls and renders everything as one big link. However, looking at the error message (No Patient resources processed from bulk data export.) I wonder if this is more than just a presentation problem. The JSON is valid, can be parsed, and does contain a Patient entry.
The text was updated successfully, but these errors were encountered:
@vlad-ignatov We have seen this issue. We think this root cause is that the bearer token expired during the test, which is related to the one you reported #17
We are working on a solution to refresh bearer token.
At the same time, you can run these test groups manually, for example, run the test group 1, then test group 2.4. This could avoid token expiration issue.
As seen in the screenshot, the UI is not properly detecting urls and renders everything as one big link. However, looking at the error message (
No Patient resources processed from bulk data export.
) I wonder if this is more than just a presentation problem. The JSON is valid, can be parsed, and does contain aPatient
entry.The text was updated successfully, but these errors were encountered: