scientist-softserv / atla-hyku

Other
0 stars 0 forks source link

Spike: IR Sentry Errors #208

Open jillpe opened 5 months ago

jillpe commented 5 months ago

Summary

https://assaydepot.slack.com/archives/C0313NK4SMS/p1706809566956569

there is some logic missing on ir.atla.com that is causing 100k+ sentry errors. the error is here: https://scientist-inc.sentry.io/issues/4724428855/?query=is%3Aunresolved+url%3A%22https%[…]a4a1-78222a129d49%22&referrer=issue-stream&stream_index=0 the problem is that thumbnails for the shared search are trying to load from the “shared” fcrepo endpoint which doesn’t exist. BL seems to handle this by pointing at the root, but I would have expected the thumbnail url to be https://rim.ir.atla.com/downloads/562f25f6-eb30-451b-9ebf-5aa2922e6b1b?file=thumbnail instead of https://shared-search.ir.atla.com/downloads/562f25f6-eb30-451b-9ebf-5aa2922e6b1b?file=thumbnail

Acceptance Criteria