Updates on SharePoint Online social API

So Microsoft graph is a way to go for office 365 API and it’s now depreciating the existing API. But there is nothing to worry about as Graph will take over these API in more enhance manner. The affected API set is the social.following APIs (documentation) – specifically the followed count API (http://<siteCollection>/<site>/_api/social.following/my/followedcount) will no longer return results. I would suggest for all new office 365 solution … Continue reading Updates on SharePoint Online social API

Nintex Workflow-Error publishing workflow. The workflow contains action that still must be configured. Please configured all actions and try publishing again.

Just a quick note if you encountered the above error when publishing Nintex workflow. In my case though i have some actions which arent configured properly, but disabled. Nintex will verify the workflow for all the actions when you are publishing the workflow, even those which are disabled. So either removed those actions but put some placeholder/workflow variable to make workflow publish Continue reading Nintex Workflow-Error publishing workflow. The workflow contains action that still must be configured. Please configured all actions and try publishing again.

Access to XMLHttpRequest at from origin ‘https://.sharepoint.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

Issue: So i was working on trying to make a post request, which was hosted on Azure Funciton Apps, from from Microsof Teams. So i came across with following error Access to XMLHttpRequest at <URL> from origin ‘https://<tenant&gt;.sharepoint.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. My solution comprises of following bits Azure Funciton Apps Teams One point … Continue reading Access to XMLHttpRequest at from origin ‘https://.sharepoint.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

An error has occurred while updating the configuration setting

As i mentioned in my earlier blog  post, my system got crashed, while i was running my SharePoint 2019 VM. So once i logged on to the VM, i find out that Central Admin is throwing yellow error. As my VM is only for evaluating SharePoint 2019, i re-run Configuration wizard to resolve this issue. Than, than than…………. i come across the following error An … Continue reading An error has occurred while updating the configuration setting