Pushing same page with different values

Hello,

I used to use this line with ionic 3

this.navCtrl.push(CURRENT-PAGE);

to refresh the page with different values and have “back” button ready to go back. How can i achieve this with ionic 6 using routers or navcontrollers ?

Thanks in advnace

That still doesnt solve the push to the same page! I used to push the same page on ionic 3 but not on ionic 4+ sadly :confused: