I’m using the Custom Header Links component and I’m getting this strange behavior:
- In my prod instance, clicking a header link reloads Discourse entirely to the target page.
- In my dev instance (without docker), clicking a header link transitions smoothly to the target page without reloading Discourse.
I noticed that:
- In my prod instance,
<a>tags have adata-auto-route="true"attribute. - In my dev instance,
<a>tags don’t have this attribute.
It seems the same kind of problem happened in the past (see here), before the official header components were released.