Is there a built-in feature to localize member type names in Umbraco 13?
I mean, you can just name the member type using #CustomMember and the value will be taken from the dictionary when it is displayed. Where can I read about this in the documentation - is it possible or...
View Articlegetting a value in the Block list label editor
Hi I have a block list in umbraco 10. The available block, has two properties, "link", and "Exclude" exclude is a true/false, and link is a link picker. I would like to show the value of "Exclude" in...
View ArticleProblems setting up headless Umbraco Commerce - Storefront API
Greetings, Umbraco community! I'm implementing a website headlessly and have run into some issues with Umbraco Commerce. Here's my situation: We've successfully used the Content Delivery API to fetch...
View ArticleUmbracoBytes
HI All, Can someone explain how to display fileSize in Razor?? Same as you would do in XSLT. <xsl:variable name="fileSize" select="umbracoBytes"/> <xsl:choose>...
View ArticleUnable to locate an associated Store for this product
Hi I've got this warning showing for the product price. Followed the instructions on adding a Vendr Store Picker to the root node. However this still shows for the price. Any ideas?
View ArticleUmbraco10 - Atuhentication cookie
Hello, I'm using umbraco version 10.7.0 I want to use Auth cookie in order to go to a protected node, and I want this authentication cookie to have an EXPIRATION TIME OF 20 MINUTES. I try to use: If...
View ArticleUmbraco 13 with external LoginProvider (OAuth) throws during SignIn
I wanted to connect an Umbraco instance to a Gitlab instance as an external LoginProvider. I therefore used Jeroen Breuer's OpenIdConnect Example and then adapted it to GitLab using the...
View ArticleUmbraco Cloud - Manually trigger build and deploy without git check in.
I get errors fairly often in Umbraco cloud on git pushes related to the build and deploy process. They are not related to the push itself. In order to get the deploy to occur, I am pushing...
View ArticleDeploy final release of Umbraco CMS Website on IIS Server
Hello, I am new in Umbraco CMS Website developement. I have developed an Umbraco CMS website using Visual Studio 2022 community edition and it is working fine when we run it from Visual Studio. Also I...
View ArticleUmbraco 13 Generates HTTP URLs Instead of HTTPS on Kubernetes Deployment
Context: Umbraco Version: 13 Environment: Deployed on Kubernetes Ingress Controller: Nginx Reverse Proxy: Yes, using HTTPS termination at the ingress level Kubernetes Cluster Configuration: HTTPS works...
View Articleaccessing current Published Content from ViewStart in Umbraco 13
Hi - I wanted to dynamically set the main Layout View used based on some doctype hierarchy rules using the current content context. I thought the special aspnet ViewStart would be a good place for this...
View ArticleUmbraco 14: How to login from SPA without use an Umbraco Login Page and get a...
Umbraco 14: How to login from SPA without use an Umbraco Login Page and an external IDP and then get a JWT token? Thanks.
View ArticleIs Preview Broken in v14?
On both my v14 sites, when I click 'Save and Preview' I get sent to a page URL that ends with "&culture=invariant" This results in an error: CultureNotFoundException: Culture is not supported....
View ArticleUpgrade Umbraco Version
I have to update my current umbraco project to latest umbraco Currently i am using umbraco version 8 with the compatible .net version Now i want to upgrade my full project to latest version in umbraco...
View ArticleUmbraco 14 - Content publish before file finish uploading, upload field empty
Hi, I was trying to deploy a new Umbraco website on IIS When I upload a video ( around 150mb) with Upload Field, even though the video showed and running in preview, the Upload Field was empty after...
View ArticleuSkinned - is it possible to set a multiple hostnames for a single site?
It looks like uSkinned is preventing us from using multiple hostnames on Umbraco. Is there any solution for this? Alex
View ArticleUmbracoRedirect is null
Hey, I have added umbracoRedirect property to my document type, setting it to a Content Picker, and as expected it redirects the page when you try to land on it. Good stuff :D But I have a content...
View ArticleDatabase Upgrade Fails with SQL Exception (Timeout Expired)
I am upgrading a database from 7.2.8 to 7.4.3 and I keep hitting an exception which I am yet to overcome. I get a SQL timeout exception right after the following query is executed: 2016-06-06...
View ArticleError on Preview Culture is Not Supported
In Umbraco 8.17 using Workflow 2.1.1 When submitting an edit for approval. When I click on the preview screen I get Server Error in '/' Application. Culture is not supported. Parameter name: name...
View ArticleHow to authorise front-end members for API access?
I have some REST API endpoints that I want members to be able to consume from their own apps. I want access to these endpoints to be limited to specific groups of members. The standard approach to this...
View Article