Category: Tech Help
-
Cannot connect to Windows 10 Pro from MacOSX (Big Sur) using Microsoft Remote Desktop
I’m sure there’s tons of articles out there (I went through several of them but didn’t find one that solved my problem) so I’m putting this out there incase this helps people like me whose brain goes out the window from time to time! Problem I have an Intel Nuc with Windows Pro in my…
-
Can’t view Episerver Form Submissions? Check access rights…
I received a question today from one of our clients – he is an in-house developer who have just set up a new Episerver Form for his editors. While he can see the form submissions, the WebEditors cannot view the form submissions. Problem This was his original question – “I noticed that users with web…
-
How to fix the Mac error – “You can’t open the application because it may be damaged or incomplete”
All of a sudden my husband’s macbook could no longer open any OSX apps, including Safari, App Store, iMovie, Photos, etc. Once attempted to be opened, the app icons show a ? instead of the usual app icon. He would then get the following error: You can’t open the application because it may be damaged…
-
Azure DevOps – The command “gulp build” exited with code 134.
I had a CI/CD pipeline working for a long while now without any issues in Azure DevOps. All of a sudden, my build starts breaking with the following error: The command “gulp build” exited with code 134. GulpBuild: gulp build gulp build[3232]: src\node_contextify.cc:633: Assertion `args[1]->IsString()’ failed. Probably spent a good 2 hours getting to the…
-
The element DataSyncEncryptionKey is not supported in Microsoft Azure SQL Database v12
Bump. Did you also get the following error after trying to export a database in Azure? Could not extract package from specified database. The element DataSyncEncryptionKey_XXX is not supported in Microsoft Azure SQL Database v12. I’ve had to contact Azure Support recently who were able to help me fix this problem. Even though there was…
-
A simple editable robots.txt in Episerver
This post will show you how you can easily author a robots.txt content for your Episerver site. Step 1: Add a CMS property “Robots.txt” In my case, I added this property to my StartPage [Display( Name = “Robots.txt”, GroupName = Groups.MetaData, Order = 835)] [UIHint(UIHint.Textarea)] public virtual string RobotsTxt { get; set; } Step 2: Create…
-
Episerver Forms – Cannot set property ‘$workingForm’ of undefined
This took me a little while to figure out and there isn’t any helpful resource online at the time of writing (according to Google anyway) regarding this error so I think this deserves a blog post… Problem I am on Episerver.Forms 4.18.0 and I’ve been getting this error on my browser console intermittently. Sometimes it…
-
How to setup an Umbraco CMS from scratch and host in Azure
In this blog post, we will go through what it takes to setup a new Umbraco CMS for hosting in Azure. If you can’t be bothered hosting this on your own, you can always use Umbraco’s cloud offering, and skip this entire tutorial. There are three steps: Azure – prepare your resources (web app, database,…
-
How to setup your Umbraco media folder with an Azure storage account
In this blog post, we will go through how you can setup your Umbraco media files to use an Azure storage account. This process involves installing the NuGet package UmbracoFileSystemProviders.Azure. Pre-requisites: Before proceeding below, make sure you already have an Azure Blob storage account with at least one container (i.e. media) and that you have…
-
Episerver Alloy – Could not open new database – File activation failure
Someone asked me today how to fix this error that he encountered after creating a new Episerver MVC project with the Alloy Template. I remember seeing this before myself and so I’m putting up a post for those out there who encounter the same problem. Server Error in ‘/’ Application. Could not open new database ‘EPiServerDB’.…