Service Portal :Anchor with href to navpage/homepage redirect sthe end user again to Service Portal when glide.entry.first.page.script is setDescription[Service Portal] Anchor with href to navpage/homepage will redirect the end user again to Service Portal while the property glide.entry.first.page.script is set.Steps to Reproduce Set the property glide.entry.first.page.script to the new SPEntryPage().getFirstPageURL(); to redirect the end user to Service Portal. Go to sp_header_footer_list.do or navigate to Service Portal > Headers & Footers'. Open the Stocke Header. Insert the following code: <li><a href="/navpage.do">Navpage</a></li>" just after:<li><a ng-href="?id=user_profile&sys_id={{::user.sys_id}}" role="menuitem">${Profile}</a></li> Save the record. Impersonate an end user as Abel Tuter. The user will be redirected to Service Portal. Click on Abel Tuter in the header and then on Navpage/. The user should be redirected to navpage.do but the method getFirstPageURL of the SPEntryPage script include is called and the user is redirected to Service Portal. WorkaroundThere is no simple workaround for this issue without losing functionality of deciding where to redirect users upon login. However, the SPEntryPage script is highly customizable so you can modify it.Related Problem: PRB1245608