Static URLs calling links and assets #84
Closed
mrburns-ch
started this conversation in
Ideas
Replies: 1 comment
-
Hi, Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear kromitgmbh
Thanks for this great working docker image of Titra!
What I realized is, that there are a lot of static urls in the code.
Usually this isn't really an issue. But in some cases, for example, when your baseurl (example: behind an nginx proxy) is "https://servername:8443/titra" it can cause troubles.
It tries to load https://servername:8443/favicons
or the registerbuttons calls
https://servername:8443/join instead of
https://servername:8443/titra/favicons
or
https://servername:8443/titra/join
Could this be solved from your side somehow? I already tried a lot with rewrite rules in proxy but it seems endless. I also see conflicts with future configs.
I'm working in a complex environment where dns requests and ssl certificates can take a lot of time. So we tried to implement it with this "location" proxy. It can happen to others as well :-).
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions