swiftwave-org / swiftwave

Self-hosted lightweight PaaS solution to deploy and manage your applications on any VPS [Your own self-hosted Heroku, Vercel]
https://swiftwave.org
Apache License 2.0
382 stars 31 forks source link

bug: Proxy inconsitency #907

Open samuel-108 opened 2 months ago

samuel-108 commented 2 months ago

Describe the bug

When operating in cluster mode with multiple servers with multiple IPs, given that I have 2 servers and have 2 domains,

domaina.com -> Server1 domainb.com -> Server2

And server 1 is active proxy while server 2 has it disabled.

Even though server2 has it disabled (updated after it was enabled previously), I can access it over domainb.com but not over domaina.com

Screenshot 2024-07-01 at 1 51 38 AM

Are you working on this issue?

No

tanmoysrt commented 2 months ago

Thanks @samuel-108 for reporting. Will check that.

tanmoysrt commented 2 months ago

While you are disabling/enabling proxy, it doesn't do that instantly. It takes around 1~5 minutes to take effect. It does the work in background.

Currently, I am improving the states in application management, next will check the server management for better experience