#SharePointProblems | Koskila.net

Solutions are worthless unless shared! Antti K. Koskela's Personal Professional Blog

All Posts

Browse all blog posts and archives

All Posts (536)

Showing 376 to 400 of 536 posts (Page 16 of 22)
  • Cover image for How to update SharePoint Framework for an SPFx webpart?
  • Cover image for How to resolve the error "The alias is being used by another group in your organization"
    Published on
    Authors
    koskila

    How to resolve the error "The alias is being used by another group in your organization"

    Okay - another simple one. When you're creating a new Office Group (or "Unified Group", as they're called as well), you might get an error for the alias already being used. Pretty simple, but still - let's see how to fix it. Problem So, this error pops up, while you're trying to create a new Office Group: The alias is being used by another group in your organization. Please try a different alias.
  • Cover image for How to fix Microsoft.AspNetCore.Mvc.TagHelpers not being rendered!
    Published on
    Authors
    koskila

    How to fix Microsoft.AspNetCore.Mvc.TagHelpers not being rendered!

    Ha - another one, that ended up being a simple fix, but since nobody actually explains it well, took me an hour to figure out. This post ended up being another example of my "I'm going to document every single fix that took me more than 10 minutes to figure out, since that'll help me (and others) the next time the same issue arises." blogging strategy. Snappy name, right? 😅 Ah, well, naming things is really, really difficult. Anyway, I ended up banging my head to the wall for a while.
  • Cover image for Sync local repo with the original on GitHub (Git merge upstream)
    Published on
    Authors
    koskila

    Sync local repo with the original on GitHub (Git merge upstream)

    This is one of those "note to self" -kinds of entries. This workflow is probably so natural to a lot of you all, that you won't need to ever google it - but since I don't do that much development using git with the full "fork - clone - branch - submit pull request" -process (which is really typical with GitHub - and I guess Open Source in general), I always need to look up the instructions on how to add pull any changes from the original repository to yours.
  • Cover image for How to fix "AADSTS700054: response_type 'id_token' is not enabled for the application" error
    Published on
    Authors
    koskila

    How to fix "AADSTS700054: response_type 'id_token' is not enabled for the application" error

    Another day, another unsuccessful authentication attempt, and another cool error code. I encountered his one whilst building a little POC that was supposed to authenticate against Graph API. This time, I was thrown an "AADSTS700054" error... But no worries! This article will explain to you how to fix it, at least in a couple of different cases! :) Problem When developing your client-side solution (an SPFx web part, React app, ASP.NET MVC application with some client-side components...
  • Cover image for How to fix an "AADSTS500113: No reply address is registered for the application" error?
    Published on
    Authors
    koskila

    How to fix an "AADSTS500113: No reply address is registered for the application" error?

    This article describes how to fix the " AADSTS500113 : no-reply address is registered for the application " error. You typically get this error, when your app is trying to authenticate your users against Azure Active Directory. I have been posting about different versions of the Azure Active Directory authentication errors (different errors with AADSTS -codes) a lot - I'll need to find a better way to categorize them in the future. But, for now, onto the issue!
  • Cover image for How to enable verbose logging for Azure Functions?
    Published on
    Authors
    koskila

    How to enable verbose logging for Azure Functions?

    This post describes how you can easily enable debug/verbose information for your Azure Functions for a lightweight and built-in way to extract just a bit more information out of your Azure Function executions. There are different methods available for Azure and your local development environment. Problem Azure Functions are awesome. But by default, your tools for gathering information without some additional configuration are not that great.
  • Cover image for SPFx webpart fails with "Failed to load component - - There was a network error."
    Published on
    Authors
    koskila

    SPFx webpart fails with "Failed to load component - - There was a network error."

    SPFx development is a bottomless bag of funsies! This article describes yet another way how to fix the error with your SPFx webpart failing to load a module. In this case, you'll get an error that starts with the generic "Failed to load component" -part, but contains "There was a network error" later in the stack. I've written about this before, but I keep running into new ways to mess up, so I'll keep documenting the solutions as well!
  • Cover image for Thanks for coming to my session at SPS Nashville 2019!
    Published on
    Authors
    koskila

    Thanks for coming to my session at SPS Nashville 2019!

    I had the honor of speaking at SharePoint Saturday Nashville 2019 again, and it was a lot of fun! I had the chance to meet a lot of new (and some “old”) people. And what a crowd - so many (difficult) questions about SPFx & Teams development... 😬😂 (Don’t want to crawl through the jabbering? Just here for the materials? Well, they are here: SPS Nashville 2019 materials . Thanks for your interest!
  • Cover image for The boring version of browser wars is upon us
    Published on
    Authors
    koskila

    The boring version of browser wars is upon us

    The next browser war is upon us, and this time it isn't fought on the battlefield of proprietary API implementations and badly implemented CSS and JavaScript standards, but rather it's different ecosystems battling it out with their respective variants of Blink, which itself is a part of open source Chromium. Sounds boring, right? And to some extent it really is.
  • Cover image for Extending Microsoft Teams is now officially awesome
    Published on
    Authors
    koskila

    Extending Microsoft Teams is now officially awesome

    This article is something of a combination of a technology overview and an opinion piece, detailing my thoughts about extending Microsoft Teams. To me, extending Microsoft Teams has pretty much only now become relevant. Before, the palette was still quite unfinished, but now we're definitely getting to a point where there are meaningful and cost-effective extension scenarios to cover most of the relevant use cases for most organizations.
  • Cover image for How to resolve "Error initializing application. Error: ***Manifest not found for component id [guid]." when adding an SPFx webpart to Teams?
    Published on
    Authors
    koskila

    How to resolve "Error initializing application. Error: ***Manifest not found for component id [guid]." when adding an SPFx webpart to Teams?

    This article describes one way to fix the issue, where uploading and sideloading an SPFx webpart in Microsoft Teams just brickwalls you with a fairly non-descriptive error, and no way to proceed. Luckily, this is usually simple to fix - I'll describe 2 different solutions I've found so far! Problem You've got a SPFx webpart, that you've packaged as a Teams extension. You can even find it from Teams extensions, but while adding it as a tab, you run into issues.
  • Cover image for Enter the BRAVE new world of Chromium forks!
    Published on
    Authors
    koskila

    Enter the BRAVE new world of Chromium forks!

    I'm trying out new, more long-form content on this blog - tell me what you think about it in the comments section below! This article explains one of the only cryptocurrency initiatives I find to be kind of level-headed - Basic Attention Token - and the browser that's pretty tightly coupled with it, Brave. Note: If you just want to skip all the banter and download the hecking browser, click this .
  • Cover image for SPFx | Failed to load component.
    Published on
    Authors
    koskila

    SPFx | Failed to load component.

    This post describes the typical reasons why one might encounter the following error, and the ways I've found to fix them: " Failed to load component. Original error: ***Failed to load path dependency ContosoSPFxWebPartLocalization from component [guid] (ContosoSPFxWebPart) ". The error typically looks something like this in the screenshot below: "Something went wrong" when loading your SPFx webpart. What do? [SPLoaderError.
  • Cover image for How to resolve the "You cannot edit this page"-error in Modern SharePoint
    Published on
    Authors
    koskila

    How to resolve the "You cannot edit this page"-error in Modern SharePoint

    This article describes an error situation that you might run into in Modern SharePoint, where you cannot take a page into edit mode anymore. You only get a strangely generic error message with a kinda weird failed request in the console. But, of course, there's a fix - and an easy one at that! Problem Huh - so here's a weird one for you!
  • Cover image for "Connecting to site failed: '.', hexadecimal value 0x00, is an invalid character.", when trying to connect to SharePoint Online
    Published on
    Authors
    koskila

    "Connecting to site failed: '.', hexadecimal value 0x00, is an invalid character.", when trying to connect to SharePoint Online

    This was a peculiar case! A cloud-based "service account" (in quotes, since it's really just a non-personal user account) on a tenant with ADFS enabled started suddenly getting this error while running console programs configured as scheduled tasks. Connecting to site failed: '.', hexadecimal value 0x00, is an invalid character.
  • Cover image for Speaking at SPS Nashville 6/15/2019
    Published on
    Authors
    koskila

    Speaking at SPS Nashville 6/15/2019

    Exciting news to share again! My session on using SPFx to extend Microsoft Teams got accepted to SharePoint Saturday Nashville next June. I'm excited to return to the Music City - it was a lot of fun last time , and I have a new session to present this time! Correction: The title has been fixed - it used to say 6/16, but the event is on 15. SharePoint Saturdays are typically on Saturday 😁 Thanks for pointing that out! What will I be speaking about?
  • Cover image for How to add multiple aliases to a Managed Property in SharePoint Search?
    Published on
    Authors
    koskila

    How to add multiple aliases to a Managed Property in SharePoint Search?

    This article explains how to add multiple aliases to one managed property in SharePoint Search Schema Management. Yes, it's possible, just a bit unintuitive! I'll explain the process below. Solution This seems to be another "gotcha", that's missing from the official documentation, but is super helpful to know when you happen to need it!
  • Cover image for How to fix "Access denied" errors when running "Set-PnPAvailablePageLayouts"?
    Published on
    Authors
    koskila

    How to fix "Access denied" errors when running "Set-PnPAvailablePageLayouts"?

    This article describes one way how to fix seemingly non-sensical " Access denied " errors, that you get when running Set-PnPAvailablePageLayouts . Problem While running the PnP cmdlet for enabling or selecting the available publishing page layouts for a web, you run into this, fairly generic error: Access denied. You do not have permission to perform this action or access this resource.
  • Cover image for How to access Entity Framework Core's DbContext in an Azure Function?
    Published on
    Authors
    koskila

    How to access Entity Framework Core's DbContext in an Azure Function?

    This post describes how you can access your Entity Framework Core model classes and the database context in your Azure Functions. In my example I'm using EF Core 2.1, but the main principle should be the same for later versions as well. Please note, that I use Azure functions runtime v2 (but it should work the same in v3 !) Another easy one, that I was unable to find much guidance on! But first, let's start with the basics. Why would you want to have this setup?
  • Cover image for Another fix to the "Connect-PnPOnline : The sign-in name or password does not match one in the Microsoft account system." error.
    Published on
    Authors
    koskila

    Another fix to the "Connect-PnPOnline : The sign-in name or password does not match one in the Microsoft account system." error.

    This post describes a simple way to get around the following error while running Connect-PnPOnline: "The sign-in name or password does not match one in the Microsoft account system." Truthfully, this one is kind of simple and stupid - but as I've seen before, it's surely worth documenting anyway! Below is an example of such an error. PS C:\> Connect-PnPOnline https://contoso.sharepoint.
  • Cover image for Sudden "Function compilation error" for an Azure Function
    Published on
    Authors
    koskila

    Sudden "Function compilation error" for an Azure Function

    Welp - another interesting error encountered while deploying Azure Functions to Azure. So, everything runs nicely locally, but when you deploy your well-tested, functional and pretty code to run them in the cloud, you'll just get these ugly and unfriendly errors. Long story short, " Function compilation error " is what you're faced with. Example error below: Function compilation error Microsoft.CodeAnalysis.Scripting.CompilationErrorException : Script compilation failed.
  • Cover image for Current User in ASP.NET Core
    Published on
    Authors
    koskila

    Current User in ASP.NET Core

    This post describes how to get the currently logged-in user using ASP.NET Core. This is compared with how it's done in ASP.NET Framework. Background In ASP.NET Core (and .NET Core in general), a lot of things are done a bit differently than what you might be used to if you're coming from the .NET Framework world. That's what I've been learning building more and more stuff with it, instead of good old .NET Framework.
  • Cover image for How to disable the footer in Modern SharePoint?
    Published on
    Authors
    koskila

    How to disable the footer in Modern SharePoint?

    Modern SharePoint Online recently got a new, super useful and much-requested new feature: a site footer. This little buddy now makes it possible to create informative, stylish and useful footer areas for your intranet sites. But what if you already implemented such a solution based on, say SPFx extensions, and now you've got 2 footers? Well, you might want to disable one of those two.
  • Cover image for How to revert Modern view back to Classic for SharePoint libraries using PowerShell
    Published on
    Authors
    koskila

    How to revert Modern view back to Classic for SharePoint libraries using PowerShell

    If your customers are anything like ours, some of them love the new modern library view, some will adjust and some just hate it and want to get as far away from it as possible. While embracing the new stuff is usually smart, there's some value to sticking to what works as well. The Modern view is going to be the superior choice of the two (if it isn't already!
Whitewater Magpie Ltd.
© 2026
Static Site Generation timestamp: 2026-03-17T06:37:51Z