Application user is sent to wrong url after change apex password page
Hello,
I installed patch 30990551 of 8 october on Apex 20.1 for the reset password problem:
# 31400623 - APPS USING APEX AUTHENTICATION > USERS CANNOT RESET THEIR PASSWORD
When an application user has an Apex account and needs to change his/her password, the user is forwarded to the url: https://domain.org/ords/null
That problem is solved by this patch, however: The user can now change the password, but after changing the password and clicking apply changes, the browser goes to a url like this:
https://domain.org/ords/internal/r/app_alias/home?session=1234567890
Which results in 404 not found. If I replace /internal/ with the name of the workspace, the url is valid. When I turn off the friendly url property of the application, this problem does not occur. It seems there still is a bug in the change password page when the application uses friendly urls.