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
Serving static .JPG files with upper case file extension seems not to work on Windows 7. I created an empty project, put a a.jpg into client/assets/images and access the file directly using e.g.
But http://localhost:9000/assets/images/a.JPG will not show the proper image in the browser, and the date seems to be corrupted somehow. It does not matter, if the file is named a.jpg or a.JPG. In both cases, it seems not to work correctly.
The text was updated successfully, but these errors were encountered:
Serving static .JPG files with upper case file extension seems not to work on Windows 7. I created an empty project, put a a.jpg into client/assets/images and access the file directly using e.g.
http://localhost:9000/assets/images/a.jpg
This works nicely as expected.
But http://localhost:9000/assets/images/a.JPG will not show the proper image in the browser, and the date seems to be corrupted somehow. It does not matter, if the file is named a.jpg or a.JPG. In both cases, it seems not to work correctly.
The text was updated successfully, but these errors were encountered: