Replies: 1 comment 1 reply
-
My first suggestion would be to see if there is any way you can test without caddy in the middle. I would expect that is what TP-Link would ask you to do to try to remove that as a possible issue, otherwise I would have to expect it's a bug in the Android app. I do not have any Android devices to test with so I can't help there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Controller Version
v5.15.6.7
Describe Your Issue or Question
I am running Omada as a Docker container on my ubuntu 24.04.1, with https redirect disabled within omada.
Thus, I am using caddy to redirect omada.mydomain.com to server_IP:8088 and this works just great in a browser.
Within the android app I use omada.mydomain.com with port 443 and it works too, but only once.
After restarting the app, it reverts the port settings to 8043, although I am not even using that within omada and the reverse proxy?
Even accessing localhost:8088 on the server does not cause a redirect to 8043, so I don-+t understand why the android app is doing this? Do I need to add some rewrites in caddy? I really would prefer not to use the omada cloud solutionn.
Thanks for any advice how to solve this.
Kind regards,
Ruediger
Expected Behavior
android app should stay with port 443
Steps to Reproduce
How You're Launching the Container
Container Logs
MongoDB Logs
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions