Open staminna opened 7 years ago
I dont think it has got something to do with https. It has to be a caching issue. Its caching the previous state of thr home url. Thats why refresh fixes the problem.
I was able to reproduce the issue. I don't know why it doesn't get the list of items after logging in the first time. But it works after refreshing the page.
Will drill down further to figure out why this is so.
Hi Vishal,
Using https, when I login, only the dashboard is shown. I always need to refresh so I can see the items created. Any idea?
I am adding service workers support though it is logging me out when I refresh and https is essencial for the app and the service workers to work. I think it is logging me out because I can't use document.querySelector() for angular authentication service. Thanks