Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Javascript Navigaion Redirect Not Substituting APP_ID and APP_SESSION

Andrew.LukesMar 1 2021

Apex: 20.2
DB: 19c in the cloud
Javascript line:



apex.navigation.redirect ( "f?p=&APP_ID.:8:&APP_SESSION.::NO:RP::" );

When I use the above code, I get a 500 error and this URL (removed first part of URL): oraclecloudapps.com/ords/f?p=&APP_ID.:8:&APP_SESSION.::NO:RP::

I tried this: r/khn-dev/khn4/Form_Node?session=&APP_SESSION. (with and without the period at the end)
It gave me a 400 error

When I change the URL in the browser and insert the correct APP_ID and APP_SESSION it displays the new
page.

What am I missing?

Thanks

This post has been answered by fac586 on Mar 2 2021
Jump to Answer
Comments
Post Details
Added on Mar 1 2021
4 comments
681 views