I am working on a project with another developer. On their local environment images are working fine however on my environment images don’t show, just the little broken page icon the browser displays when a link does not resolve. I right clicked on the missing image icon and clicked “Open Image in New Tab” on chrome and to my surprise, the link resolves to something like: http://127.0.0.1/D:/Documents/GitHub/siteDir/media/pages/home/story-collection/6cb1e341d7-1605159366/83549519_533080560636238_7144643456169379245_n.jpg
. This is weird because the src attribute in the img
tag points to home/story-collection/83549519_533080560636238_7144643456169379245_n.jpg
I can’t figure out what’s going on… stylesheets and theme assets are displaying properly but images in a page do not resolve to the proper url when accessed by the browser.