I created Java script button and set the url to vf page inside that On click of that button it redirects to vf page In that vf page there is a back button and the functionality of this button is there is a back method in controller and this back button redirects to pagereference pg = new page reference (''+case.id) Pg.setredirect(true); My problem is when I am in service console I clicked on back button and this buttons shows me a glimps of service inside a Console. Or like it's loading along with duplicate header. How to solve this issue. Any help will be appreciated.