-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Error displaying images in posts #827
Comments
I think it's due to the client-side routing. The same happens with gifs - which I addressed in my media optimizatoin pull request #826 but it still happens with images embedded through markdown |
Let's go to overreacted.io, turn on debugger (F12 chrome > Network), and click post Algebraic Effects for the Rest of Us
I can't find why it loads the first url resulting in a 404 error. Any ideas? |
I have found the solution. Need to handle adding the article slug to the img's src
|
@hungvu946 |
Visit the homepage, click on any article containing an image. The image in the article will not display, you will have to refresh the article to display the image. I use Chrome on iphone 12 promax.
The text was updated successfully, but these errors were encountered: