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
#1692 changes every dynamic page to query for ParentArticles instead of Articles except /careers/. That page breaks when you convert the query to allParentArticle because of an issue with the images metadata field. This issue only comes up here because it's the only dynamic page to make use of the images field.
I think this is a sign that there's an issue with how the images resolver (resolveImages()) interacts with the copied data. We're properly adding resolveImages() to ParentArticle; it's not like we're copying the function or anything, so it's not that.
The text was updated successfully, but these errors were encountered:
#1692 changes every dynamic page to query for
ParentArticle
s instead ofArticle
s except/careers/
. That page breaks when you convert the query toallParentArticle
because of an issue with theimages
metadata field. This issue only comes up here because it's the only dynamic page to make use of theimages
field.I think this is a sign that there's an issue with how the images resolver (
resolveImages()
) interacts with the copied data. We're properly addingresolveImages()
toParentArticle
; it's not like we're copying the function or anything, so it's not that.The text was updated successfully, but these errors were encountered: