I’m having an issue with Oracle APEX deep linking.
When I share a link or click on a direct link, for example:
https://dev.example.com/ords/r/apexdev/hrm/course?p68_courseid=1000
Even though I already have an active login session, APEX always redirects me back to the Home page instead of opening the target page.
I already set Deep Linking = Enabled in the application properties, but the problem still occurs.
How can I fix this so that the user remains on the intended page when clicking a deep link, without being forced to the Home page?