Turbolinks always re-requesting previous broken img src files when changing routes #174
Unanswered
michael-dollosa
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Has anyone experienced img src files being requested everytime you change routes? For example, I have broken images on my index page:
If I change routes, all those broken images will be requested again.
I checked the network in dev tools and see that there might be something weird happening with turbolinks. See below screenshot
This happens everytime the current page has broken images; Once I change routes, it requests the same broken image again.
Not sure what this is called lol! TYIA
btw this is not a show stopper so it's not that urgent ;)
Beta Was this translation helpful? Give feedback.
All reactions