I am calling apex_page.get_url
like this (from a modal):
apex_page.get_url(
p_page => 9010
, p_items => 'P9010_share_url_token'
, p_values => share_url_token
, p_plain_url => true
, p_absolute_url => true
, p_session => null
);
In my dev DB I get a correct URL. On my local DB and a customer DB part of the URL is duplicated. E. g. `https://localhost:8443/ords/r/adm/acm/r/adm/acm/share-url-entry?p9010_share_url_token=abc…` with the r/ws/app pattern twice.
The DB where it works is on APEX 24.2.5 while on my local DB (23ai 23.8) it generates the wrong URL both on 24.2.0 and 24.2.7.