Hi. I am using Oracle APEX 22.1.1.
I am using the following code to redirect to the same page I am on (page number 1). It redirects me to the login page. Why is that?
apex.navigation.redirect("f?p=&APP_ID.:1:&APP_SESSION.::NO:1:P1_ID:"+Number($v('P1_LAST_ROSHETA_ID')));