Stream: troubleshooting

Topic: Logo fails to load on the first call


view this post on Zulip Daniel Vila (Jun 18 2026 at 12:39):

Good afternoon:

We have noticed for some time that the logo sometimes fails to load on the first call.
As example:

Screenshot from 2026-06-18 14-33-40.png

image.png

Has anyone else experienced this problem?

view this post on Zulip Philip Durbin ๐Ÿš€ (Jun 18 2026 at 13:19):

Hmm, yes, I'm seeing the same:

Screenshot 2026-06-18 at 9.18.53โ€ฏAM.png

view this post on Zulip Philip Durbin ๐Ÿš€ (Jun 18 2026 at 13:19):

It's failing on https://dataverse.harvard.edu/logos/navbar/logo.png;jsessionid=ae10addf4895c024c26deeaee3d6 for me

view this post on Zulip Philip Durbin ๐Ÿš€ (Jun 18 2026 at 13:20):

% curl -i 'https://dataverse.harvard.edu/logos/navbar/logo.png;jsessionid=ae10addf4895c024c26deeaee3d6'
HTTP/2 202
server: awselb/2.0
date: Thu, 18 Jun 2026 13:19:52 GMT
content-length: 0
x-amzn-waf-action: challenge
cache-control: no-store, max-age=0
content-type: text/html; charset=UTF-8
access-control-allow-origin: *
access-control-max-age: 86400
access-control-allow-methods: OPTIONS,GET,POST
access-control-expose-headers: x-amzn-waf-action

view this post on Zulip Philip Durbin ๐Ÿš€ (Jun 18 2026 at 13:20):

x-amzn-waf-action is our AWS ELB (Elastic Load Balancer).

view this post on Zulip Daniel Vila (Jun 18 2026 at 13:31):

After refresh:
image.png

view this post on Zulip Philip Durbin ๐Ÿš€ (Jun 18 2026 at 13:34):

Ok, so you're seeing this without the ELB. Hmm.

It must have something to do with the jsessionid, right? It appears in the URL for the first load in an incognito window, for example.

view this post on Zulip Daniel Vila (Jun 18 2026 at 13:36):

Right

view this post on Zulip Daniel Vila (Jun 18 2026 at 13:38):

It seems to happen only in the latest versions.

view this post on Zulip Philip Durbin ๐Ÿš€ (Jun 18 2026 at 13:44):

It works fine from a fresh docker compose env: https://guides.dataverse.org/en/6.10.1/container/running/demo.html#quickstart

This environment only has Payara, though, so when I go to http://localhost:8080 I'm not hitting any sort of proxy like Apache.

Screenshot 2026-06-18 at 9.44.27โ€ฏAM.png

view this post on Zulip Philip Durbin ๐Ÿš€ (Jun 18 2026 at 13:44):

Does the problem only surface when a proxy is in the mix? How can I reproduce this on my laptop? :thinking:

view this post on Zulip Philip Durbin ๐Ÿš€ (Jun 18 2026 at 13:48):

@Daniel Vila please feel free to create an issue about this at https://github.com/IQSS/dataverse/issues

view this post on Zulip Philip Durbin ๐Ÿš€ (Jun 18 2026 at 14:04):

I can definitely see the problem at https://edmond.mpg.de

Screenshot 2026-06-18 at 9.47.37โ€ฏAM.png


Last updated: Aug 18 2026 at 08:27 UTC