-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PnP Search Results Not Appearing on Initial Page Load #4011
Comments
Nothing is as "fun" to debug as inconsistent errors. Can you test if the user has the same issue in a classic search page or the out of the box Microsoft search box |
Screenshot 5. The last KQL is wrong. You should have no spaced between a property and the value.
Most errors seem to come from other web parts on the page. I see one "uncaught promise" from the search results web part, but impossible to know what this could be from the screenshot. If you remove all other web parts from the page, do you still get intermittent issues? Also, if you try to write KQL to ensure |
@lindseyn86 any update? |
Tried the RefinableString suggestion and that seemed to do the trick. Although we still have one individual who is experiencing the issue. We think it could be due to some setting either in her browser or on her laptop as everyone else that tested was fine. We are working on troubleshooting with her, but for the most part, it's working. Appreciate your help @kasperbolarsen ! |
We are considering the issue resolved as of now. |
Version used
Ex: 4.13.1 (but also 4.9.13)
Describe the bug
When loading pages that use PnP search results webparts, the search results are not displaying. This happens randomly. The contents of the search results PnP webpart doesn't load. I have attached screenshots from dev tools that show the network and console tabs upon page load when the issue is happening.
To Reproduce
We have been unable to reproduce the issue on a consistent basis. This just happens randomly on page load and we don't actually do anything to produce the issue.
Expected behavior
The PNP Search results appear within the webpart.
Screenshots
Image 1 - search results for events are not displaying
Image 2 - Shows a blank webpart, but no console issues:
Image 3 - this one shows where it failed to get the html templates, but this isn't always the case when the web part shows blank AND it shows blank on a page without an html template
Image 4 - Random localhost request:
Image 5 - this request DOES get results when it shows a blank PnP web part
Image 6 - screenshot where entire body of page doesn't load, with a bunch of errors from OOTB sp-pages-assembly js:
Desktop (please complete the following information):
Google Chrome and Microsoft Edge
Not using a VPN
Additional context
This can only be replicated on the client's laptops.
The text was updated successfully, but these errors were encountered: