why does the URI fragment changes automatically ?

Hi,

I applogize in advance, i’m a newbie

i’m trying to get the URI fragment was used to navigate into a page per the instructions below:
https://vaadin.com/docs/-/part/framework/advanced/advanced-urifu.html

my issue is that for a reason i don’t understand the fragment is being changed
instead of seeing the fragment url which was used to navigate to the page i see (in the browser) the portlet name
when i press back, only then do i see the fragment which was used to navigate to the page and the listner in the code gets the correct fragment.

any idea’s on why is the fragment URI is changing ?

Thanks

Uri

Hi,

No need to appologize. We were all newbies at some point :slight_smile:

Are you able to attach a project, screenshot, or something to exemplify the problem you are having?

Hi Alejandro,
Thanks for replaying.

this is the scenario:

  1. i open a new tab (chrome)
  2. i paste the address:
    http:///web/guest/
    #hello
  3. the page navigates to:
    http:///web/guest/
    #p_vipwhatsnew_WAR_vipdesignportalportlet
  4. i press back in the browser
    and the page navigates to
    http:///web/guest/
    #hello

Regards,

Uri