<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect string value: &#x27;&#x5C;xF0&#x5C;x9F&#x5C;x8C&#x5C;x9F I...&#x27; for column &#x27;manifestJson&#x27; at row 1]]></title><description><![CDATA[<p dir="auto">I'm getting an <code>ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect string value: '\xF0\x9F\x8C\x9F I...' for column 'manifestJson' at row 1</code> error while trying to install a custom application.</p>
<p dir="auto">See the <code>CloudronManifest.json</code>:</p>
<pre><code class="language-json">{
    "id": "com.openwebui",
    "title": "Open WebUI",
    "author": "open-webui",
    "postInstallMessage": "file://POSTINSTALL.md",
    "tagline": "ChatGPT-Style WebUI for LLMs",
    "version": "0.2.4",
    "healthCheckPath": "/api/v1",
    "httpPort": 8080,
    "addons": {
        "localstorage": {}
    },
    "runtimeDirs": [
        "/app/code/open-webui"
    ],
    "manifestVersion": 2,
    "memoryLimit": 536870912,
    "website": "https://openwebui.com",
    "minBoxVersion": "7.5.0",
    "icon": "file://logo.png",
    "tags": [
        "ai",
        "ollama",
        "chat"
    ]
}
</code></pre>
<p dir="auto">I tried to rebuild the image for my app, but it didn't change anything. Any clues?<br />
Regards.</p>
]]></description><link>https://forum.cloudron.io/topic/11156/er_truncated_wrong_value_for_field-incorrect-string-value-xf0-x9f-x8c-x9f-i-for-column-manifestjson-at-row-1</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 11:11:30 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/11156.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Feb 2024 00:16:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect string value: &#x27;&#x5C;xF0&#x5C;x9F&#x5C;x8C&#x5C;x9F I...&#x27; for column &#x27;manifestJson&#x27; at row 1 on Thu, 22 Feb 2024 14:36:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> That was it, thanks</p>
]]></description><link>https://forum.cloudron.io/post/83789</link><guid isPermaLink="true">https://forum.cloudron.io/post/83789</guid><dc:creator><![CDATA[Lanhild]]></dc:creator><pubDate>Thu, 22 Feb 2024 14:36:16 GMT</pubDate></item><item><title><![CDATA[Reply to ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect string value: &#x27;&#x5C;xF0&#x5C;x9F&#x5C;x8C&#x5C;x9F I...&#x27; for column &#x27;manifestJson&#x27; at row 1 on Thu, 22 Feb 2024 09:23:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lanhild" aria-label="Profile: Lanhild">@<bdi>Lanhild</bdi></a> Could be that there are some emojis or funny characters in <code>POSTINSTALL.md</code> . Can you check if the file encoding is correct?</p>
]]></description><link>https://forum.cloudron.io/post/83764</link><guid isPermaLink="true">https://forum.cloudron.io/post/83764</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 22 Feb 2024 09:23:59 GMT</pubDate></item></channel></rss>