I have a vuejs app that loads a navigation bar and some buttons. By default the buttons and the navbar are hidden and depending on your access it will show them to you or not.
Now that part is working 'fine' my problem here is that if I open a new tab on the same browser and go to the same page, the new tab gets loaded just fine but the previous one 'refreshes' and looses the navbar and the buttons. Is like if the new tab 'stole' the permissions from the previous one.
what could be causing this behaviour and/or how to fix it?
thank you