All APEX Links given by App Builder, to start an App, are suddenly wrong (400 Bad request)
Summary:
Wrong URL generated from the App Builder in APEX. It adds the workspace name before the /r/
Content (required):
Suddenly the link to run any of my developed applications from the App Builder in my Oracle Cloud Instance (ATP) is not working. Analyzing the URL I've seen that this is wrong, it adds the workspace name in the URL structure between the /ords/ and /r/
Here a simplified example of the wrong URL:
wrong
https://my-cloud-instance.oraclecloudapps.com/ords/wkspc/r/wkspc/wkspc/1
correct
https://my-cloud-instance.oraclecloudapps.com/ords/r/wksp/wksp/1
The only change I've made, I have tried to generate a PWA from one of my applications. But this seems to have changed something in the base settings, cause the generated URL for all of my applications are wrong.