microsoft-healthcare-madison / argonaut-subscription-client-ui

Client UI for testing the Argonaut Subscription changes.
MIT License
1 stars 2 forks source link

Blank page when selecting Subscription Interactions in Playground #35

Open Ale142 opened 1 year ago

Ale142 commented 1 year ago

I found a bug when trying to change the FHIR Server - Subscription Interactions under the Playground tab.

Note: I've changed the FHIR R4 and R5 server to HAPI endpoints (R4: https://hapi.fhir.org/baseR4, R5: https://hapi.fhir.org/baseR5)

Expected behavior

When changing the Subscription Interaction, the page should be filled with the selected content

Actual behavior

This is the error Schermata del 2023-04-27 16-49-00

How can be solved

I think the problem is under this line of code. The selected topic doesn't have the canFilterBy property.

GinoCanessa commented 1 year ago

Hi Alessandro, thank you for the report. I am in the process of a major overhaul of the RI here and hope to have it online within the next week or two.

The current version was last updated on an earlier version of R5, which is the root of that error. The next version will include support for the released version of R5.

I will leave this ticket open until the new version is posted and you can confirm it is working as expected.

Cheers, -Gino