Skip to content

Issue with remote/proxied emojis not displayed #9115

Answered by RetroYogi
RetroYogi asked this question in Q&A
Discussion options

You must be logged in to vote

Found the issue :) It was indeed related to the URL encoding.
I added AllowEncodedSlashes On to my Apache Virtualhost. It also works with AllowEncodedSlashes NoDecode and might even be a little faster. The default if not defined is Off.

The problem was that I googled for a misskey issue and therefore didn't find an answer, but there are answers if you search for apache encoding issues :) here the pages which helped me resolve it:
https://serverfault.com/questions/715242/encode-url-wihthin-url-apache-mod-proxy-proxypass
https://httpd.apache.org/docs/2.4/mod/core.html#allowencodedslashes

I hope this might help some other weirdos running docker containers with apache as reverse proxy ;)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RetroYogi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant