Discourse logo image broken on upgrade page

This is a kind of weird minor bug, first seen yesterday, before upgrading to beta2:

The image URL is https://discorsi.openarchaeology.eu/assets/images/docker-manager-ea64623b074c8ec2b0303bae846e21e6.png and it’s 404.

4 Likes

Didn’t see that on the two upgrades I did to beta2 today from different Digital Ocean droplets, so almost certainly specific to your config.

I see it too, DO droplet at +237, haven’t upgraded to beta2 yet.

1 Like

I have had similar problem too.

1 Like

Me too.


2 Likes

Hmm can we repro this @techapj?

Can you guys share the path to the image that is broken?

1 Like

In my case it’s https://discorsi.openarchaeology.eu/assets/images/docker-manager-ea64623b074c8ec2b0303bae846e21e6.png

1 Like

For mine it is

http://discourse.codinghorror.com/assets/images/docker-manager-ea64623b074c8ec2b0303bae846e21e6.png

and

http://talk.commonmark.org/assets/images/docker-manager-ea64623b074c8ec2b0303bae846e21e6.png

1 Like

I looked inside the container :spy: and the image is there, just with another file name:

4 Likes

I am not able to repro this locally or on a test instance.

That’s fine. It will probably go away with an upgrade or a rebuild, but I’m waiting a few days until the new header changes settle down.

1 Like

FWIW, we have the same issue…

discourse (2016e1c)
docker_manager (549b1d8)

3 Likes

Just for fun…

… and I’m seeing the same too.

discourse (0b6d12f)
docker_manager (549b1d8)

4 Likes

I’m getting the same error now, after updating to latest late yesterday (from a rebuild).

All of the image URLs shared so far that are broken are https (mine included: https://sih.onemadogre.com/assets/images/docker-manager-ea64623b074c8ec2b0303bae846e21e6.png), @codinghorror’s above are http. Coincidence, possibly? Only thing I’ve noticed from this page, though. Nevermind, I see this on my test instance as well, which is not an https link.

The only error I see on my forum is a 404 not found, from the chrome console while on the upgrade page.

1 Like

I just installed a site clean today, and it also has the broken image. :slight_smile:

Looking for: /assets/images/docker-manager-ea64623b074c8ec2b0303bae846e21e6.png

discourse (1850104)
docker_manager (549b1d8)

2 Likes

Okay, I just performed a rebuild on my test instance and I can repro it now. Added on my list.

3 Likes

Just pushed a fix:

https://github.com/discourse/docker_manager/commit/9b59950c62dde60ec5ddb8d76ef3e7dd7947dc49

And verified that it’s working on my test instance.

9 Likes