No Social Links tab on my Docker install


Issue Summary

  • I have installed Ghost on a VPS with the official Docker install
  • When I edit my profile, I don’t see the Social Links tab
  • I also have a local Ghost install on my mac to build my theme, and there I can see the Social Links tab
  • Both setup are using the latest 6.3 version

Setup information

Ghost Version
6.3

Node.js Version
The one that is installed with the official Docker setup

How did you install Ghost?
Self hosting with Docker

Provide details of your host & operating system
Hetzner / Ubuntu 24.04.3 LTS

Database type
The one that is installed with the official Docker setup

Browser & OS version
Chrome 141.0.7390.76

Relevant log / error output
No

Update:
When I inspect with Chrome I can see that the button is there, but it is missing the ::after pseudo-element to display it.

Thanks for including the browser version - is that on Mac, or Windows, or Linux? If you try with a different browser, is it also missing?

Any errors in the browser console?

If you zoom out a bit (ctrl-minus), does the button appear?

If your server’s docker install has been upgraded, did you do the upgrade process listed here? I’m wondering if maybe you’re missing part of a migration or something. ghost-docker/help at main · TryGhost/ghost-docker · GitHub ?

Again, if you’re upgraded: could you have a cached earlier version of the admin app that isn’t playing right with 6.3? It’s interesting that it’s working when running locally, but not when deployed…

1 Like

I feel dumb, after trying another browser I discover that it was my ad blocker that was hiding the button. :sweat_smile:

The reason I was seeing the link in my local install and not on my VPS is probably because my ad blocker is more tolerant with localhost.

Thank you and sorry for wasting your time.

1 Like