Friday, August 5, 2016

People Picker Not Loading Post Page Refresh

Hi,

I am using sppeoplepicker.min.js to load people picker on the page.
Noticed a serious issue i.e.

After refreshing the page, people picker was not loading the page.

After clearing the browser cache ,it was loading.

Root cause of the issue has been found i.e.

In the browser,it has been noticed that

It is creating entries ClientPeoplePickerMRU, SPSuiteLinksJson by entering local storage in console of the browser


After page refresh,it was checking for the above entry and it was not loading.

Fix
Now we have removed the entries from the local storage through java script on the page load

No comments:

Post a Comment