I have a setup with several development and testing virtual servers running APEX, connected to a server that receives internet requests and redirects them via NGINX (port 443) to the destination (server:8080) based on the prefix (e.g., /test_apex23). I noticed that after installing APEX version 23 on one of the servers, the "Run Application" button opens a new browser tab with the URL containing the IP:PORT of the local server (URI), not the original domain (e.g..: https://192.168.0.101:8080/test_apex23 instead https://www.xxx.com/test_apex23)) . This is problematic because the application does not execute automatically, it's necessary manually change the URI for the application on tab to run. Any idea about APEX 23 configurations to change the URI forcing use the URI in the development session ? Note: Previews versions are working correctly. Thanks.