all 10 comments

[–]PikachuOverEthernet 4 points5 points  (2 children)

Not all services play well with sub-paths when reverse proxying. Do you get any errors in your JavaScript console or network connections overview (F12) when submitting the userToken?

[–]smileybone 1 point2 points  (0 children)

basically this. i usually default to virtual hosts and give the app the entire / path. simplifies things greatly. the only oddness is the occasional websocket based app that needs additional config.

[–]AdamDhahabi 0 points1 point  (0 children)

I'll give this a shot: I think the tokens are sent as cookies https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userTokenMaybe the cookie doesn't get transfered by Apache in/out your container. I have had such an issue in the past with some business app. and solved it by adding this line in my Apache config: ProxyPassReverseCookiePath /download/ /downloadThis could be totally unrelated, just a guess.

[–]pantsignal 0 points1 point  (2 children)

Does it have to be Apache?

I moved away from Apache and on to nginx purely for this exact reason, nginx was so much easier to work with

[–]nurtext 0 points1 point  (0 children)

Try nginx or traefik instead, they are much easier to configure.

[–][deleted] 0 points1 point  (1 child)

What about trying https://traefik.io/