Quantcast
Channel: Active questions tagged umbraco - Stack Overflow
Browsing index pages (197 articles)

Umbraco Custom Dashboard Routing Parameters

I'm trying to set up a custom dashboard for my Umbraco 17 backend so I have the following manifest:export const dashboardInstallerDetailsManifest: UmbExtensionManifest = { type: 'dashboard', alias:...

View Article


Creating custom BlockGrid component with BlockGrid property in Umbraco 13

In Umbraco 13 the BlockGrid is very flexible.It is simplest to create a custom BlockGrid component. The component can defines any property you can imaginate: media, text, date, number...And it is...

View Article


C# MVC (Umbraco 8) - Receiving a recurrent warning in home

I have an Umbraco 8 c# MVC website and have realized I'm having a lot of recurrent log warnings that are making my log file very big.The log warning message is:The current Document Type home matches a...

View Article

How can I update multiple Nuget packages to a specific version at the same time?

I have two Nuget packages, let's call them A and B. Both reference a particular version of package C. I now need to update both packages A and B, but the problem is the updated versions both require...

View Article

Should scaling down an Azure app service cause the server to restart?

I just scaled down an Umbraco site running in an Azure app service from S2 to S1 which caused the server to restart. This was a production instance so we need to know if this is what is supposed to...

View Article


Umbraco Flavoured Markdown returns blank label

I'm using Umbraco v16.1.1 and I've been trying to get labels working for Blocklist and Blockgrid elements. With version 16, you're supposed to use Umbraco Flavoured Markdown to generate dynamic labels...

View Article

Draft Issue After setting RichText Value in Block List (Umbraco 16)

I have Umbraco 16 running and I after some work I was able to publish programmatically to a rich text in a block list on a document. I started off by adding clean starter kit which has been a big help...

View Article

Using partial View in Umbraco

I'm working with a Grid editor and Partial View, but I'm having some trouble because I'm testing everything and I've tried to test what I'm trying to do in JSFiddle and it works the way it was supposed...

View Article


Umbraco 13 forms conditions rendering script

I am using a custom theme for umbraco forms and to make conditions work for the custom theme I had to add the following to my Script.cshtml...

View Article


Cannot login to admin page umbraco backoffice

I have created an Umbraco version 7.10 project. I can access the umbraco backoffice when I debug the project locally however when I deploy this to server, I cannot access umbraco backoffice. The web...

View Article

IIS/ASP.NET/Umbraco exception on on w3wp.exe and pcre.dll

I have a Windows Server 2025 VPS managed using Plesk for Windows. On it, I host multiple Umbraco websites. Since recently, an issue occurs where some sites' application pools appear to crash, taking...

View Article

IIS web.config error: ecognized attribute 'enableSsl'

I get this error on IIS: There was an error while performing this operation. Details: Filename: \?\C\HostingSpaces\tasrestaurants\tasrestaurants.co.uk\wwwroot\web.config Line number: 118 Error:...

View Article

Umbraco - BeginUmbracoForm posting to the wrong controller

I cannot work out why BeginUmbracoForm is generating a form that posts back to the wrong controller. I figure this is due to data within the hidden upfrt field but I cannot find a solution or really...

View Article


Deploying Umbraco web app to Azure from GitHub Repoistory

I've created a simple Umbraco web app with latest Umbraco and .NET 9.This works fine locally, I'm using Sqlite so it's just a file in a generated data folder.I want this to persist, so I've specified...

View Article

Dynamically set the value of a TrueFalse property based on the value of a...

Our client wants a TrueFalse property on a document type to be automatically and dynamically set to a value, based on the value of two number fields on an entity in Dynamics CRM.The current workaround...

View Article


umbraco build edit profile for specific user

I currently have an edit member details page which prepopulates the fields by getting all the current member properties using the following code:@inject MemberModelBuilderFactory...

View Article

implement SSO for Entra / OIDC with Umbraco 13 for back office users [closed]

I want to implement SSO for Entra / OIDC with Umbraco 13 for back office users.I found this article describing how to do if for Google auth but nothing for Entra.Has anyone done this before? I would...

View Article


Automapper ConstructServicesUsing in Umbraco 8

I recently have been working on a small side project using Umbraco 8, and I set myself a challenge of getting Auto-mapper working with the Dependency Injection.I've got basic mappers working however...

View Article

Umbraco 10 Site Went Down Due to Lucene Index Corruption – High Traffic...

Issue:I am running Umbraco 10.1.0, and my site has gone down twice without any changes. When I checked the logs, I found the following error:{"@t":"2025-03-18T00:50:12.9752158Z","@mt":"Error deleting...

View Article

Compiling a 6GB site

This morning I moved a .NET website from our local server to live (not pre-complied). When I go to the url the sites hosted on the browser starts loading the site and has been doing this for the last...

View Article
Browsing index pages (197 articles)


Latest Images