Bug: images are not rendering
What is the issue?
After using merging the PR for using semtantic HTML images w/ nuxt-img, for some reason, all of the images worked in our deployed branch preview, but they ended up not working in production.
We need to investigate why this is happening.
Where does the issue happen?
Where we currently have broken images:
- all /learn/course Overview pages such as the Basics of quantum information, Variational algorithm design, Games and demos... pretty much all of them that use the page preview img
- all thumbnails from qiskit.org/events > Past events tab are broken
- missing an image on qiskit.org/metal
Screenshots
https://github.com/Qiskit/qiskit.org/assets/6276074/955e1904-926f-4f9e-b8b6-fa1151441ea4
Additional information
Potentially related: https://github.com/Qiskit/qiskit.org/pull/3210 Related discussion happening here: https://github.com/nuxt/image/issues/689
Reopening issue since my fix didn't work as expected 😞
it looked like it worked for me in preview ... is it behaving different in production?
@vabarbosa - yes, to me it also worked in preview, but does not work in production
Update: We decided to merge the temporary fix (using <img> in place of <nuxt-img>), just so we don't go off into the weekend with the site having broken images.
Though, we still need to keep this issue open so we can investigate what's going on w/ the nuxt-img.
Nuxt-image package has been updated, so we can take a look and see if we can use it again
Currently "ON HOLD" since we're deciding whether it makes sense to work on this at the moment or not.
How is it going? My Images are not available in production mode. What is the workaround?