-
### Brief bug description
When a link inside a rich text element uses formatting, only a part of the link text is passed in the `urlResolverAsyc` method.
### Repro steps
1. In the Kontent app…
-
### Brief bug description
### What went wrong?
Linked item fields on the generated model are empty lists even when their codenames are returned in the JSON.
### Repro steps
1. Create a content…
-
While investigating an other issue, I came across this bug:
https://github.com/Kentico/kontent-delivery-sdk-net/blob/aa802518a22f25ef6f31c608964788f5a12b33af/Kentico.Kontent.Urls/Delivery/DeliveryE…
-
### Brief bug description
What went wrong?
`AssetElementValueConverter.GetPropertyValueAsync` is marked as async but does not use await.
### Repro steps
1. Clone the repository
2. Build t…
-
### Brief bug description
GetItemsAsync and GetTaxonomiesAsync both return {"Object reference not set to an instance of an object"} error message when the project ID or ApiKey is incorrect. This ma…
-
https://github.com/Kentico/kontent-delivery-sdk-js/blob/master/readme.md#resolving-rich-text-in-nodejs
There is a code example stating:
```typescript
const html = await createAsyncRichTextHtmlRes…
-
### Motivation
Generated models for pages and the homepage do not explicitly reference subpages
### Proposed solution
Subpages of a model can be accessed via model.subpages
### Additional cont…
-
### Motivation
We have one web frontend inside China, one in japan, one in europe and one in USA. To be able to give our users the best performance possible we need to have the content as close to …
-
### What I'm trying to do:
Hi,
I'm trying to use the ` .GetLanguageVariantAsync` method to retrieve strongly typed items. It seems to return the Item object (id, etc..) and last updated, etc.., …
-
### Brief bug description
Exception is thrown when creating delivery client using a builder.
`DeliveryClientBuilder.WithProjectId(ProjectId)).Build();`
same exception occurs for creating a clie…