Category: Development
-
Failed to sync solution to Teams

Some time ago I updated my SPFx sppkg file and as usual deployed it in my SharePoint app catalog, replaced the old version and when I hit the “Sync to Teams” button this showed up: Panic! Did I change something the wrong way? What did I do wrong? Why was…
-
Create your first Adaptive Card Extension

Using the Microsoft SharePoint Yeoman generator (for a quick review of the tool you can check this blog post) you can create your first ACE project. To create your first ACE with Yeoman you have to execute the command: and provide various values to it: What is your solution name?…
-
Physiology of an Adaptive Card Extension

The Adaptive Card Extension (aka ACE) is a custom component that enable the user to extend the Viva Connections’ dashboard using SPFx. When you create a Generic Card using the Microsoft SharePoint Yeoman generator you will have a solution like the following: In detail the src folder structure will be…
-
Console.log …or not?

I bet that on your way developing components for SPFx you already know what console.log is and how to use it…but you know that there are also other useful methods? Following the documentation here you can find all the supported methods, some of which are: I think that some of…
