I'm facing this issue, after show notification when click on it dosnt redirect me to the page 5 in my application.
this is my code =>
apex_pwa.send_push_notification(
p_application_id => :APP_ID,
p_user_name => :APP_USER,
p_title => 'Notification Title',
p_body => 'Notification Body',
p_target_url => apex_page.get_url(
p_application => :APP_ID,
p_page => 5,
p_session => :APP_SESSION
)
);