Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
1 answer
46 views

Alternative for Kentico 12 Message Board in Kentico 13

I am migrating Kentico 12 to 13. I found that in Kentico 12 project I have CMS.MessageBoard.dll which is not available in Kentico 13. Is there any alternative for the same?
Manprit Singh Sahota's user avatar
-1 votes
1 answer
863 views

.net core application error after deploying to azure-Ensure that the NTFS permissions for the web.config file are correct

Please assist my application is working local and breaks after deploying to azure. <li>The authenticated user does not have permission to use this DLL.</li> <li>The request is ...
David Hlophe's user avatar
0 votes
0 answers
44 views

Create a copy of all the redirection in my website

Can anyone please help me with how do I pull records or file for redirected page. I wanted to have it as a backup for my website revamp.
Justine Joshua Talaguit's user avatar
0 votes
1 answer
121 views

Is there any way to add new field to Kentico Kontent content item Meta tab

So what I am basically trying to do, is to have the ability to add custom field(e.g. Secondary URL) to Content item Meta Tab, so that the user can set it manually on demand. Reading docs did not bring ...
john3399's user avatar
0 votes
2 answers
137 views

How do I create a group tab on Kentico Kontent Management Api v2

So I have tried all sorts now. I have tried this json { name: "Bla bla", type: "group-tab", external_id: "some_key_that_is_unique_gUID" } ...
Taf Munyurwa's user avatar
  • 1,553
2 votes
2 answers
160 views

Kentico Kontent DeliveryClient.Build in Kentico Portal could not load file or assembly Microsoft.Extensions.DependencyInjection

I am attempting to call Kentico Kontent using their DeliveryClient in a Kentico Portal project that doesn't have dependency injection. This project would like to migrate to Kontent but would like a ...
w00ngy's user avatar
  • 1,788
0 votes
2 answers
770 views

How can I set the "target" attribute of <a> tags which are already "embedded" into HTML?

I am developing a website using VueJS, and Kentico Kontent as a CMS. This CMS offers the "rich text" feature, basically allowing text content to embed links and basic formatting, which gets ...
paupaulaz's user avatar
  • 957
0 votes
0 answers
150 views

Setting up controller and views for Kentico Cloud API and .NET

I'm having the worst luck with the documentation for Kentico Cloud and .NET. I'm looking to get my controller and views organized so they can display on another page (not main view but accessed via ...
Dylan Lee's user avatar
0 votes
2 answers
114 views

Kentico-cloud Swift SDK ContentType does not have usable properties

I am using the Kentico-cloud Swift SDK to grab a bunch of elements from the CMS using the Delivery API in the background. One of the Swift SDK methods allows me to get a ContentType for a certain ...
Lee Probert's user avatar
  • 10.7k
0 votes
2 answers
158 views

Kentico Cloud Swift SDK not returning items

I'm testing out the Kentico Cloud Swift SDK to return some 'article' content types (I have created two of them and they are published). I am using the Boilerplate code as described here: The result ...
Lee Probert's user avatar
  • 10.7k
-1 votes
3 answers
229 views

Duplicate Content Management

I have bunch of duplicate content errors to fix. Same content have different links. Or some have only one duplicate content error. Whats the easy way to fix. Its hurting SEO really badly. I have ...
Himan29's user avatar
2 votes
1 answer
370 views

How to resolve content item links in Kentico Cloud while respecting routes configuration?

ASP.NET Core 2.2 web site shows data from a Kentico Cloud CMS. Some of the items contains a rich text field. These fields might contain links to another content items. These links should be resolved ...
alik's user avatar
  • 2,324
5 votes
1 answer
1k views

graphql duplicated documents error when retreiving multiple data types in Gatsby-node.js

I have a simple Gatsby prototype that utilizes Kentico Cloud as a data source. Luckily for me, they have already built a source plugin that I'm utilizing to fetch a single data type called 'BlogPost'. ...
onTheInternet's user avatar
0 votes
1 answer
178 views

JSON response does not include the Nested content for a particular class

I am working with Kentico Cloud using KenticoCloud DeliveryClient. The issue is that I am loading the data for NewsArticle which include BodyContent. The BodyContent has some InlineContentItemData ...
Hoang Phan's user avatar
4 votes
1 answer
1k views

Prevent Automapper converting IEnumerable Property to List

I'm trying to map a Model to a ViewModel that has properties of types that inherit from IEnumerable. The properties are of the same type and name, but Automapper is converting the source to a Generic ...
meobyte's user avatar
  • 1,320