I am not 100% positive this is an img_assist issue, but it seems to be as it only occurs when I use img_assist to upload/place images.

It appears that all image URLs are absolute links from the time of uploading. This makes it difficult to port from a test environment to a production environment, e.g., http://test.example.com to http://www.example.com. Or, as I do, to port from http://localhost.

rHO

Comments

praseodym’s picture

This is also an issue on HTTPS sites, as images will still be requested over HTTP. This means many browsers will display a warning that the site contains non-secure content.

jjulian’s picture

Status: Active » Closed (works as designed)

I had the same problem but tracked it down to a cache issue, not an Image Assist one.

praseodym’s picture

Status: Closed (works as designed) » Active

It's not a cache issue for me. Please don't close other people's issues.

sun’s picture

Status: Active » Closed (works as designed)

Image Assist does not store any paths. As @jjulian already mentioned, the rendered image paths are cached.