Forum Widgets
Latest Discussions
Issue: Date picker / calendar icon disappeared from Page Details pane
Hi everyone, I am reaching out to see if anyone else is experiencing a recent issue with the Date field in SharePoint Online. Since yesterday (January 15th), the calendar icon / date picker has disappeared from the Page Details pane when editing properties for News pages. Here are the details of the issue: The Problem: When clicking on a Date column in the Page Details pane, the calendar selector no longer pops up. Manual Entry: It is still possible to type the date manually, but the visual interface is gone. Comparison: Interestingly, the date picker works perfectly fine when using "Edit in grid view" in the Site Pages library. The issue seems specific to the side property pane (Details pane). Browsers tested: I have reproduced the issue on both Microsoft Edge and Google Chrome (latest versions), even after clearing the cache. Is this a known bug following a recent update, or is there a new UI setting I might have missed? Has anyone seen a similar report in the M365 Service Health dashboard? Thanks in advance for your help!Benoit01CJan 16, 2026Occasional Reader38Views0likes0CommentsMicrosoft Lists, bad links at pictures
About a year ago, I created a list in Microsoft Lists and filled a "Picture" column with photos. It's now located at https://lists.live.com/. The images stopped displaying in March 2025 and several times before that. Only a placeholder image with an ID (e.g., "https://learn-attachment.microsoft.com/api/attachments/5a9a22e9-7005-4772-a54f-9ca6434db3bb?platform=QnA") is shown. The problem occurs in the browser (Chrome), in the Lists desktop application, and in the Android app. I've tried it on three PCs and two mobile devices, and the problem appears the same everywhere. I suspect there's something wrong with the link between the image in the list and the Microsoft server. How can this problem be solved? When clicking on a corrupt picture/link I end in a new browser tab showing this: { "error": { "code": "invalidRequest", "message": "Invalid request" } }Patrick_211Jan 15, 2026Copper Contributor14Views0likes0CommentsPnP Search Results Handlebars template saves but does not reflect on UI
Hi everyone, I am working with the PnP Search Results web part in SharePoint Online and facing an issue where a custom Handlebars result template saves successfully but does not reflect on the UI. I created a table-style Handlebars template with columns Document, Region, Country, Language, Status and Validation Date, one row per document. Documents are returned correctly and filters based on the same refinable properties work as expected. Debug output using JSONstringify(item) confirms that all refinable values are present. The same if-condition logic using item.RefinableStringXX works in a list-style layout, but in a table layout the template saves without errors and either does not reflect on the UI or renders rows with empty metadata columns. Inline bindings do not render unless wrapped in if blocks and even after fixing this the UI sometimes continues to show the previous layout. Managed property mappings, selected properties, indexing and library reindexing have already been verified. Has anyone experienced this behavior with PnP Search Results templates or knows if this is related to caching, result types overriding templates or a known limitation with table-style Handlebars layouts?ChetanDevJan 12, 2026Copper Contributor16Views0likes0CommentsSharepoint site's customized column become 'Read-Only'
We have a SharePoint Intranet that has been in active use for 14+ months. I have a customized column Expiration Date for News Expiry. Recently, all custom columns added to Site Pages (Page Details) or News pages have become read-only immediately after clicking Save. Key points: - Issue occurs for ALL column types (Date, Date & Time, Text, etc.) - Fields are editable for the first time. - As soon as Save is clicked and page or news came to draft status and the field become read-only. - Happens for both Draft and Published pages. - Editing in Site Pages library Grid view still works. - This behavior started recently without any configuration changes. Has anyone else experienced this?Sangeeta1821Jan 09, 2026Copper Contributor18Views0likes0CommentsThumbnails broken
Hi All I'm new here, I have a SP list that has an image column, it's an older list so the images are still stored in Site assets. It's the back end of a Powerapp. The problem I have is that some of the images won't render in some thumbnail sizes in my app. So some images render small, medium and large but not full and others render in small medium, full. I think it has something to do with when I updated a record in my app. but for now I would like to know how to repair the image column. I'm fairly sure it's Sharepoint issue, as when I select an image in the list, it sometimes does not preview as a large image. Any help would be much appreciated.RBakkerJan 08, 2026Copper Contributor20Views0likes0CommentsCall SharePoint Server Subscription Edition REST API via App Only Authentication
Need to call SharePoint Server Subscription Edition REST API via App Only Authentication and found below article. https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs can i do this using TokenHelper.cs as suggested in the article? Seems request tires to access ACS because of below settings in TokenHelper.cs and requests timeout since the code is executed from a Server where no access to Azure ACS. private static string GlobalEndPointPrefix = "accounts"; private static string AcsHostUrl = "accesscontrol.windows.net"; Any support on how to do this for On-Prem SharePoint is really appreciated.sudeshwithanageJan 05, 2026Copper Contributor27Views0likes0CommentsHow to improve performance of SPFx application?
Hello Everyone, We have created SPFx + React application. We have used the SPFx 1.21.1 version. We have used different npm packages into this project. The project works as expected functionally. We have checked the performance of the application using Lighthouse in Google Chrome. We found the below performance matrix from Lighthouse. We need to improve the performance of our SPFx application. Can anyone suggest the correct path to achieve the same? Thanks in Advance.BhoomeshJoshiDec 19, 2025Brass Contributor42Views0likes0CommentsBest Practice guide for stretched HA farm?
Hi, Im planning a SharePoint Subscription farm over 2 data centers. Should be pretty simple. Farm will consist of: dc 1: 1 spfe, 1 spapp, 1 sql dc 2: 1 spfe, 1 spapp, 1 sql Sql servers will be AlwaysOn. Im not sure how to set up the sp servers. Is there a preferred way to set it up, with how to? Our domains have 10gb connections so should be more than sufficient for stretched and HA. Can CA site be hosted from multiple servers? How are IPs/DNS/certs handled? What else do I need to get my head around? Thanks. Swanswanlake_itDec 17, 2025Copper Contributor19Views0likes0CommentsCreating a slide show from a list webpart- Brainstorming
I have a SP list that i want to do a slideshow onto a page. It's basically to showcase achievements with a column (yes/no) to filter. it's all text, no pictures, just to displaying what happened and want it to be automatic to scroll through. tried hero webpart, and that did not work. Used list webpart which of course just shows the whole list. Though about making an power app, but i couldn't figure out how it would be able to showcase each item on the list automatically with me creating a new screen every time one is submitted. Any suggestions will be useful. tynerdyplayerDec 17, 2025Copper Contributor41Views0likes0CommentsSharePoint 2013 Newsfeed
I have a largely cosmetic problem. I have deleted and re-created someone's mysite (OneDrive). Now works fine. However, the landing page is the Newsfeed. It is stuck on an error about setting up OneDrive. It doesn't seem to have noticed OneDrive is fine. What I want to do is just reset the Newsfeed to its defaults. It looks like it is "stuck" as if OneDrive is broken. In SharePoint 2013 can I reset a NewsFeed page for a user in a non-disruptive way because the user now has data on their OneDrive. Stephenstephen_dxc122Dec 12, 2025Brass Contributor26Views0likes0Comments
Resources
Tags
- SharePoint Online18,197 Topics
- Document Library3,196 Topics
- Lists3,120 Topics
- Sites2,586 Topics
- admin2,238 Topics
- sharepoint server2,041 Topics
- Permissions1,977 Topics
- files1,712 Topics
- developer1,597 Topics
- microsoft lists1,564 Topics