You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP version: PHP 8.2.20
FreeScout version: 1.8.154
Database: MySQL
Are you using CloudFlare: No
Are you using non-official modules: No
If SITE_URL is set to support.example1.com, then requests from support.example2.com are redirected to support.example1.com. This is confusing for users because a user who is a member of example1.com doesn't need to see example2.com in the URL and vice versa.
Expected Behavior
Requests from support.example2.com should not be redirected to support.example1.com. Each domain should maintain its own URL in the browser.
Actual Behavior
Requests from support.example2.com are redirected to support.example1.com, causing confusion for users.
Steps to Reproduce
Set up Traefik reverse proxy to listen on multiple hosts:
PHP version: PHP 8.2.20
FreeScout version: 1.8.154
Database: MySQL
Are you using CloudFlare: No
Are you using non-official modules: No
If
SITE_URL
is set tosupport.example1.com
, then requests fromsupport.example2.com
are redirected tosupport.example1.com
. This is confusing for users because a user who is a member of example1.com doesn't need to see example2.com in the URL and vice versa.Expected Behavior
Requests from
support.example2.com
should not be redirected tosupport.example1.com
. Each domain should maintain its own URL in the browser.Actual Behavior
Requests from
support.example2.com
are redirected tosupport.example1.com
, causing confusion for users.Steps to Reproduce
SITE_URL
tosupport.example1.com
.support.example2.com
.The text was updated successfully, but these errors were encountered: