Forum Discussion

Darian Glover's avatar
Darian Glover
Brass Contributor
Nov 05, 2021

SharePoint Saved for Later Does Not Work

In our GCC tenant the Saved for Later feature for SharePoint pages does not work. I have seen that https://support.microsoft.com/en-us/office/use-the-saved-for-later-web-part-7bf0682f-a273-4d81-9424-0d90972f8750, but because the Save for Later links appear I must assume the feature is supposed to exist and work in GCC tenants.

 

When selecting the Save for Later link on a SharePoint page the Recently Saved Items right side panel opens and displays a link to See All Saved Items. The browser console log reports the following warnings:

  • DevTools failed to load source map: Could not load content for https://statica.akamai.odsp.cdn.office.net/bld/_layouts/15/16.0.21820.12005/ActivityMonitor.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
  • DevTools failed to load source map: Could not load content for https://amcdn.msftauth.net/meInlineBackCompat.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Following the See All Saved Items link opens the Saved for Later page that shows a broken image:

  • <img alt="" class="EmptyStateImage" role="presentation" src="">

The browser console log reports the following errors:

  • GET https://usgovtexas2-sphomep.svc.ms/api/v1/news?start=0&count=100 401 (Unauthorized)
  • GET https://usgovtexas2-sphomep.svc.ms/api/v1/search/suggested/results/prefetch?suggestiontypes=sites,documents&count=100&fillSiteData=true 401 (Unauthorized)

And reports a number of warnings related to icons. E.g. The icon "microsoftteamsbrandlinkedin" was used but not registered. See https://github.com/microsoft/fluentui/wiki/Using-icons for more information.

 

Delve, if that still exists, was disabled in our tenant for undisclosed reasons. Might this action have also disabled the Saved for Later feature? It very is problematic to have a feature displayed for users that does not work.