<?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[Node v.14 and&#x2F;or ES2020]]></title><description><![CDATA[<p dir="auto">Hello team,</p>
<p dir="auto">Can you tell us where Node 14 is on the roadmap?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.appdrag.com/topic/446/node-v-14-and-or-es2020</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 15:05:22 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/446.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Oct 2020 13:58:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Node v.14 and&#x2F;or ES2020 on Wed, 28 Apr 2021 06:42:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/9">@Daniel-Mulroy</a> Hi, we updated the beautifier library. Should work fine for you now.</p>
]]></description><link>https://community.appdrag.com/post/3354</link><guid isPermaLink="true">https://community.appdrag.com/post/3354</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Wed, 28 Apr 2021 06:42:56 GMT</pubDate></item><item><title><![CDATA[Reply to Node v.14 and&#x2F;or ES2020 on Mon, 26 Apr 2021 19:43:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/208">@ThomasD</a> it seems you should maybe not use a datasource for your use case, an api endpoint returning directly the final page would be better, combined with url rewriting that could be a great solution</p>
<p dir="auto">Also you have not provided any url or code so it's impossible to investigate this</p>
]]></description><link>https://community.appdrag.com/post/3345</link><guid isPermaLink="true">https://community.appdrag.com/post/3345</guid><dc:creator><![CDATA[jbenguira]]></dc:creator><pubDate>Mon, 26 Apr 2021 19:43:37 GMT</pubDate></item><item><title><![CDATA[Reply to Node v.14 and&#x2F;or ES2020 on Mon, 26 Apr 2021 12:28:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/16">@Joseph-Benguira</a></p>
<p dir="auto">It's not the code, I tried by just returning the object in the handler, like so:</p>
<pre><code class="language-json">{
  "Table": [
    {
      "id": 1,
      "htmlCode": "HTML-PAYLOAD",
      "titleHtml": "&lt;title&gt;Title&lt;/title&gt;",
      "descriptionHtml": "",
      "title": "Title",
      "description": "",
      "canonicalUrl": "https://testUrl.company.com",
      "ogTagsHtml": "",
      "jsonLDHtml": "",
      "lastUpdated": 1619438631193,
      "metaTitle": "Title",
      "metaDescr": "",
      "cssFiles1": "CSS-URL",
      "menuHtml": "MenuHTMLHere"
    }
  ]
}
</code></pre>
<p dir="auto">(Based on your Dynamic Datasource example which returns the table)<br />
I've verified that the payload is valid JSON escaped HTML too.</p>
<p dir="auto">And as I mentioned, the Lambda runs just fine - but <strong>it cannot be inserted to the page without getting the error</strong>.</p>
<p dir="auto">As soon as I lower the payload size (amount of products) then it works again.</p>
]]></description><link>https://community.appdrag.com/post/3342</link><guid isPermaLink="true">https://community.appdrag.com/post/3342</guid><dc:creator><![CDATA[ThomasD]]></dc:creator><pubDate>Mon, 26 Apr 2021 12:28:25 GMT</pubDate></item><item><title><![CDATA[Reply to Node v.14 and&#x2F;or ES2020 on Mon, 26 Apr 2021 10:03:47 GMT]]></title><description><![CDATA[<p dir="auto">Hey Thomas,<br />
The amount of data you can return with a lamda is 5MB</p>
<p dir="auto">So I guess the error is in your code, you should publish your source code for more details</p>
]]></description><link>https://community.appdrag.com/post/3341</link><guid isPermaLink="true">https://community.appdrag.com/post/3341</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Mon, 26 Apr 2021 10:03:47 GMT</pubDate></item><item><title><![CDATA[Reply to Node v.14 and&#x2F;or ES2020 on Mon, 26 Apr 2021 09:31:22 GMT]]></title><description><![CDATA[<p dir="auto">I'm getting "Error: Invalid URI: The Uri string is too long.", but I'm not even near the new 8k URL limit on requests in Node.js.</p>
<p dir="auto">Is this a problem on the returned body as well? (I'm using RAW)</p>
<p dir="auto"><strong>UPDATE</strong>:<br />
When i manually test the Lambda it runs just fine, so it seem the amount of HTML that's returned to the front-end is what's causing the issue.</p>
<p dir="auto">The payload is 216 Kbyte</p>
<p dir="auto"><strong>UPDATE2</strong>:<br />
The biggest payload I could run is 100 Kbyte</p>
<p dir="auto">How can I fix this? We're rendering e-commerce so html this size is very common!</p>
]]></description><link>https://community.appdrag.com/post/3339</link><guid isPermaLink="true">https://community.appdrag.com/post/3339</guid><dc:creator><![CDATA[ThomasD]]></dc:creator><pubDate>Mon, 26 Apr 2021 09:31:22 GMT</pubDate></item><item><title><![CDATA[Reply to Node v.14 and&#x2F;or ES2020 on Mon, 26 Apr 2021 06:29:57 GMT]]></title><description><![CDATA[<p dir="auto">Hi, Added to the tasklist</p>
]]></description><link>https://community.appdrag.com/post/3336</link><guid isPermaLink="true">https://community.appdrag.com/post/3336</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Mon, 26 Apr 2021 06:29:57 GMT</pubDate></item><item><title><![CDATA[Reply to Node v.14 and&#x2F;or ES2020 on Sun, 25 Apr 2021 16:55:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/16">@Joseph-Benguira</a>  and <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/17">@Wassim-Samad</a> thank you very much.</p>
<p dir="auto">Can you please update the prettier/magic wand function to support the new Syntax ? It broke my code when I tried to use it <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.appdrag.com/post/3333</link><guid isPermaLink="true">https://community.appdrag.com/post/3333</guid><dc:creator><![CDATA[Daniel Mulroy]]></dc:creator><pubDate>Sun, 25 Apr 2021 16:55:37 GMT</pubDate></item><item><title><![CDATA[Reply to Node v.14 and&#x2F;or ES2020 on Thu, 08 Apr 2021 11:31:35 GMT]]></title><description><![CDATA[<p dir="auto">Great news, Node.js 14 is now available on Cloudbackend, more details are available here:<br />
<a href="https://changelog-8f2785.appdrag.com/features/nodejs-14-serverless" rel="nofollow ugc">https://changelog-8f2785.appdrag.com/features/nodejs-14-serverless</a></p>
]]></description><link>https://community.appdrag.com/post/3240</link><guid isPermaLink="true">https://community.appdrag.com/post/3240</guid><dc:creator><![CDATA[jbenguira]]></dc:creator><pubDate>Thu, 08 Apr 2021 11:31:35 GMT</pubDate></item><item><title><![CDATA[Reply to Node v.14 and&#x2F;or ES2020 on Tue, 27 Oct 2020 15:19:17 GMT]]></title><description><![CDATA[<p dir="auto">Hey Daniel,</p>
<p dir="auto">since we use AWS Lambda under the hood, we are waiting for AWS to add it and we will get it the same day on AppDrag Cloudbackend <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
<p dir="auto">You can check this page for more details about supported Node.js versions:<br />
<a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-nodejs.html" rel="nofollow ugc">https://docs.aws.amazon.com/lambda/latest/dg/lambda-nodejs.html</a></p>
<p dir="auto">Based on the latest update for Node 12, (<a href="https://aws.amazon.com/blogs/compute/node-js-12-x-runtime-now-available-in-aws-lambda/" rel="nofollow ugc">https://aws.amazon.com/blogs/compute/node-js-12-x-runtime-now-available-in-aws-lambda/</a>)<br />
There is a 6-7 months delay between on official LTS release of node and it's availability on AWS Lambda</p>
]]></description><link>https://community.appdrag.com/post/1670</link><guid isPermaLink="true">https://community.appdrag.com/post/1670</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Tue, 27 Oct 2020 15:19:17 GMT</pubDate></item></channel></rss>