From 75fc611039f486fd9bcc3d9b1b12d0a58cb64fd4 Mon Sep 17 00:00:00 2001 From: Richard Smedley Date: Fri, 24 May 2024 07:21:36 +0100 Subject: [PATCH] 246 bytes cap in data service? Returned payload:[{"error":{"context":"Logical key exceeds 246"}}] --- modules/shared/partials/documents.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shared/partials/documents.adoc b/modules/shared/partials/documents.adoc index 2b0c4f2..a207c06 100644 --- a/modules/shared/partials/documents.adoc +++ b/modules/shared/partials/documents.adoc @@ -23,7 +23,7 @@ The document also has a value which contains the actual application data. A valid document ID must: * Conform to UTF-8 encoding -* Be no longer than 250 bytes +* Be no longer than 246 bytes + NOTE: There is a difference between bytes and characters: most non-Latin characters occupy more than a single byte.