Hello,
I have a standalone docker install of discourse running. But the emojis are failing to display because the link to them is a little strange. example:
https://https//community.ist.ac.at:443/images/emoji/twitter/kissing_closed_eyes.png?v=5
I have no idea why the extra https// is being added here.
Discourse is running a standard http set up, behind a https proxy that forwards requests from https://community.ist.ac.at to the discourse host machine port 80.
I have the DISCOURSE_HOSTNAME set as community.ist.ac.at
Any ideas?
Thanks