Closed sailor-ITlab closed 4 weeks ago
@sailor-ITlab Login function require cookies, and as both Zoraxy instance have different UUID (and thus, different cookie encryption key), cookie just does't work correctly in your setup. You can try to access both instances in two different browser (e.g. Chrome & Firefox) or setup two different hostnames / domains for your instance and access them via hostnames / domain instead.
See here for more technical details.
Ok thanks, I thought maybe you could add an specific variable to the cookie data and the instance (like an uuid), to sort the instances. Then you could have two instances running on the same IP.
maybe you could add an specific variable to the cookie data and the instance (like an uuid), to sort the instances.
Well this use cases are rarely seen and I don't see this specific change is needed. For your use case, try setup a local hostname for each of your instances (e.g. zr1.internal.:8000 and zr2.internal.:8001) and connect it with a domain instead.
Describe the bug When I create multiple zoraxy Docker Containers on the same Host (=same IP, but different Ports) I get login Errors, when I open both Management-Tabs (in the same Browser instance) and try to login or register there.
To Reproduce Steps to reproduce the behavior:
Expected behavior Both Websites should be able to login.
Browser (if it is a bug appears on the UI section of the system):
Host Environment (please complete the following information):
Additional context Add any other context about the problem here.