<?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: Link preload error in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1178789#M83360</link>
    <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/501715"&gt;@SRalston05&lt;/a&gt;&lt;/SPAN&gt;, please let us know if any of the suggestions worked or if you need additional help?&lt;BR /&gt;&lt;BR /&gt;Thanks everybody for your contributions! &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Have a lovely day!&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2025 09:01:07 GMT</pubDate>
    <dc:creator>BérangèreL</dc:creator>
    <dc:date>2025-07-21T09:01:07Z</dc:date>
    <item>
      <title>Link preload error</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1178358#M83346</link>
      <description>&lt;P&gt;I have a Hubspot page with a Hubspot form that has some javascript embedded and 2 javascript files linked to the template. On submit, the form sends to a remote proxy. That was working correctly then, for no reason I can ascertain, the page started showing errors like this for all the attached scripts, not just mine:&lt;BR /&gt;The resource &lt;A href="https://code.jquery.com/jquery-3.6.0.min.js" target="_blank"&gt;https://code.jquery.com/jquery-3.6.0.min.js&lt;/A&gt; was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.&lt;BR /&gt;&lt;BR /&gt;Any thoughts on what's going on here? Thanks for any suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 22:17:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1178358#M83346</guid>
      <dc:creator>SRalston05</dc:creator>
      <dc:date>2025-07-18T22:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Link preload error</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1178391#M83347</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/501715"&gt;@SRalston05&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the ‎`&amp;lt;link rel="preload"&amp;gt;` tag for your JavaScript files includes ‎`as="script"`. If it's missing or incorrect, that could trigger this issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jul 2025 04:17:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1178391#M83347</guid>
      <dc:creator>GiantFocal</dc:creator>
      <dc:date>2025-07-19T04:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Link preload error</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1178449#M83349</link>
      <description>&lt;P&gt;Can you add as="script" to your&amp;nbsp;jquery link?&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jul 2025 11:54:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1178449#M83349</guid>
      <dc:creator>FaramarKolivand</dc:creator>
      <dc:date>2025-07-19T11:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Link preload error</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1178739#M83358</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/501715"&gt;@SRalston05&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;It is just a browser performance warning, not an actual script loading or execution error.&lt;BR /&gt;You can remove this warning by adding the "as" attribute with the value "script" in the preload tag.&lt;BR /&gt;like this &amp;lt;link rel="preload" href="&lt;A href="https://code.jquery.com/jquery-3.6.0.min.js" target="_blank"&gt;https://code.jquery.com/jquery-3.6.0.min.js&lt;/A&gt;" as="script"&amp;gt;&lt;BR /&gt;or if possible, you can simply use a regular script tag instead:&lt;BR /&gt;&amp;lt;script src="&lt;A href="https://code.jquery.com/jquery-3.6.0.min.js" target="_blank"&gt;https://code.jquery.com/jquery-3.6.0.min.js&lt;/A&gt;"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 06:36:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1178739#M83358</guid>
      <dc:creator>SanjayKumar</dc:creator>
      <dc:date>2025-07-21T06:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Link preload error</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1178789#M83360</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/501715"&gt;@SRalston05&lt;/a&gt;&lt;/SPAN&gt;, please let us know if any of the suggestions worked or if you need additional help?&lt;BR /&gt;&lt;BR /&gt;Thanks everybody for your contributions! &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Have a lovely day!&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 09:01:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1178789#M83360</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-07-21T09:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Link preload error</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1179626#M83397</link>
      <description>&lt;P&gt;I came back to this issue today and the form is submitting fine and not throwing any errors. I read that Google had several wide-spread service outages Friday afternoon my time, so i wonder if that was causing problems. Regardless, thank you all for your input, it's useful info that I will hold onto.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 21:19:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1179626#M83397</guid>
      <dc:creator>SRalston05</dc:creator>
      <dc:date>2025-07-22T21:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Link preload error</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1179782#M83402</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/501715"&gt;@SRalston05&lt;/a&gt;&lt;/SPAN&gt; and thanks for sharing this information with the HubSpot Community! &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Have a great day and I look forward to seeing you around the Community!&amp;nbsp;&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 07:46:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Link-preload-error/m-p/1179782#M83402</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-07-23T07:46:46Z</dc:date>
    </item>
  </channel>
</rss>

