<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error 413 in Build Apps when sending POST Request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-413-in-build-apps-when-sending-post-request/m-p/281090#M2040499</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry, yes, this is a known issue and fix is coming up.&lt;BR /&gt;Default nodejs express json payload size is unfortunately 100kb and we had not changed that.&lt;BR /&gt;But as said, fix will be in the next release.&lt;BR /&gt;Note: in deployed app you should be able to post as huge payload as your backend allows. this restriction is about sap btp destinations in Build Apps editor and preview&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2023 09:05:12 GMT</pubDate>
    <dc:creator>agpekka</dc:creator>
    <dc:date>2023-08-22T09:05:12Z</dc:date>
    <item>
      <title>Error 413 in Build Apps when sending POST Request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-413-in-build-apps-when-sending-post-request/m-p/278402#M2040496</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;i have a problem in sending a POST Request with Build Apps. I want to send a file with BASE64 to a rest api.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every data file up to 50 kb is working fine, see:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michabaer_0-1691653174222.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/41746i4B6D19D07A5A5866/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michabaer_0-1691653174222.png" alt="michabaer_0-1691653174222.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but if it comes &amp;gt; 50 kb, then the file is too large and i will see a Error 413, which indicates that the payload is to large. See picture with example of 400 kb file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michabaer_1-1691653255494.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/41747i58865A5F140E1CED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michabaer_1-1691653255494.png" alt="michabaer_1-1691653255494.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;With postman i can easily send this file with 400 kb. So the problem might be on Build Apps site?&lt;BR /&gt;What can i do, to send large content (best up to 5 MB) with Build Apps?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;BR /&gt;Best Regards&lt;BR /&gt;Micha&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 07:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-413-in-build-apps-when-sending-post-request/m-p/278402#M2040496</guid>
      <dc:creator>michabaer</dc:creator>
      <dc:date>2023-08-10T07:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error 413 in Build Apps when sending POST Request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-413-in-build-apps-when-sending-post-request/m-p/278627#M2040497</link>
      <description>&lt;P&gt;Can you provide he endpoint you are trying to access, as well as the headers -- both when running from Postman and when running from Build Apps?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 15:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-413-in-build-apps-when-sending-post-request/m-p/278627#M2040497</guid>
      <dc:creator>Dan_Wroblewski</dc:creator>
      <dc:date>2023-08-10T15:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error 413 in Build Apps when sending POST Request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-413-in-build-apps-when-sending-post-request/m-p/278634#M2040498</link>
      <description>&lt;P&gt;My request headers are both the same:&lt;/P&gt;&lt;P&gt;Content-Type: application/json&lt;/P&gt;&lt;P&gt;My endpoint I can't provide to the public, because i created a cap app to be the endpoint between build apps and Object Store (AWS S3 bucket).&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 16:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-413-in-build-apps-when-sending-post-request/m-p/278634#M2040498</guid>
      <dc:creator>michabaer</dc:creator>
      <dc:date>2023-08-10T16:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error 413 in Build Apps when sending POST Request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-413-in-build-apps-when-sending-post-request/m-p/281090#M2040499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry, yes, this is a known issue and fix is coming up.&lt;BR /&gt;Default nodejs express json payload size is unfortunately 100kb and we had not changed that.&lt;BR /&gt;But as said, fix will be in the next release.&lt;BR /&gt;Note: in deployed app you should be able to post as huge payload as your backend allows. this restriction is about sap btp destinations in Build Apps editor and preview&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 09:05:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-413-in-build-apps-when-sending-post-request/m-p/281090#M2040499</guid>
      <dc:creator>agpekka</dc:creator>
      <dc:date>2023-08-22T09:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error 413 in Build Apps when sending POST Request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-413-in-build-apps-when-sending-post-request/m-p/281099#M2040500</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thanks a lot for this information!!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 09:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-413-in-build-apps-when-sending-post-request/m-p/281099#M2040500</guid>
      <dc:creator>michabaer</dc:creator>
      <dc:date>2023-08-22T09:49:35Z</dc:date>
    </item>
  </channel>
</rss>

