ellucian-developer / experience-ethos-examples

Example Experience Extensions which use Ethos to retrieve data from the ERP.
Apache License 2.0
29 stars 10 forks source link

Error data gets cached during Card Configuration Preview #19

Closed ellucianBret closed 1 year ago

ellucianBret commented 1 year ago

The relatively new Card Configuration Preview feature triggers the fetch from the card to the microservice before the card is configured. The error returned before the URL is even defined gets cached, which causes some or all of the cards to throw JavaScript errors.

The fix: don't cache errors :)

ellucianBret commented 1 year ago

Fixed with the latest push to main. Release 2.0.3

https://github.com/ellucian-developer/experience-ethos-examples/pull/20