<?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: developers project 2025.2 Local dev session issue in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1224985#M85546</link>
    <description>&lt;P&gt;Thanks for detailed message &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1012617"&gt;@amjadkhatri&lt;/a&gt;&amp;nbsp;! I checked all the steps you have mentioned above and didn't get it working. Digging further...&lt;/P&gt;</description>
    <pubDate>Tue, 18 Nov 2025 09:28:48 GMT</pubDate>
    <dc:creator>lstepany</dc:creator>
    <dc:date>2025-11-18T09:28:48Z</dc:date>
    <item>
      <title>developers project 2025.2 Local dev session issue</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1222864#M85421</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am developing an app with the new dev projects. When I run hs project dev it now opens a hubspot page shown in the screenshot.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lstepany_0-1762950918667.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/161105i8CBD2EBF2C8D1ED3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lstepany_0-1762950918667.png" alt="lstepany_0-1762950918667.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Has anyone enqountered this same issue? I wander if this is HubSpot's issue or am I doing something wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 12:35:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1222864#M85421</guid>
      <dc:creator>lstepany</dc:creator>
      <dc:date>2025-11-12T12:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: developers project 2025.2 Local dev session issue</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1222973#M85427</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/407643"&gt;@lstepany&lt;/a&gt;&amp;nbsp;it would be better if you can provide any screenshots on the logs so we can help you more with the issue you are encountering!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 15:08:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1222973#M85427</guid>
      <dc:creator>felixmacaspac</dc:creator>
      <dc:date>2025-11-12T15:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: developers project 2025.2 Local dev session issue</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1223316#M85447</link>
      <description>&lt;P&gt;Hi, yeah sure!&lt;BR /&gt;Here is all I get:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lstepany_0-1763017539981.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/161201iE37BD58581AEDD93/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lstepany_0-1763017539981.png" alt="lstepany_0-1763017539981.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 07:08:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1223316#M85447</guid>
      <dc:creator>lstepany</dc:creator>
      <dc:date>2025-11-13T07:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: developers project 2025.2 Local dev session issue</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1223456#M85464</link>
      <description>&lt;P&gt;Thanks for sharing those logs. I can see you're running into that connection issue with the new Developer Projects feature in CLI version 2025.2. This is a common problem that happens when the local dev server isn't properly establishing the session with HubSpot.&lt;/P&gt;&lt;P&gt;Based on what you've shown the error message indicates the CLI is trying to navigate to the project folder and run hs project dev but the connection with the Local Development Server isn't being established. Here are a few things to try.&lt;/P&gt;&lt;P&gt;First make sure you're authenticated with the correct account by running hs auth and verifying the account that has the developer project created. Sometimes this connection issue happens if you're logged into a different account than where the project exists.&lt;/P&gt;&lt;P&gt;Second try stopping any running dev servers and clearing the connection by running hs project dev stop if it's running then start fresh with hs project dev. The Local Development Server might have a stale session that needs to be cleared.&lt;/P&gt;&lt;P&gt;Third check if your project hsproject json file has the correct configuration especially the projectId field. If that's missing or incorrect the dev server won't know which project to connect to.&lt;/P&gt;&lt;P&gt;Fourth if you're behind a corporate firewall or VPN that might be blocking the WebSocket connection needed for the dev server. Try temporarily disabling the VPN to see if that resolves it.&lt;/P&gt;&lt;P&gt;Lastly since the Developer Projects feature is relatively new in 2025.2 there might be some environment specific issues. Make sure you're on the latest CLI version by running npm update g &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63720"&gt;@hubspot&lt;/a&gt;/cli.&lt;/P&gt;&lt;P&gt;If you'd like to discuss this more in detail feel free to DM me directly.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 12:21:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1223456#M85464</guid>
      <dc:creator>amjadkhatri</dc:creator>
      <dc:date>2025-11-13T12:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: developers project 2025.2 Local dev session issue</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1223504#M85473</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/407643"&gt;@lstepany&lt;/a&gt;&amp;nbsp;since it's related to the hubspot.extend issue, you should check your Settings component if its rendering it correctly with hubspot.extend&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example code:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;hubspot.extend&amp;lt;"settings"&amp;gt;(({ context }) =&amp;gt; &amp;lt;SettingsPage context={context}/&amp;gt;);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can check this example in github (&lt;A href="https://github.com/HubSpot/ui-extensions-examples/blob/main/example-2025-2-project/src/app/settings/SettingsPage.tsx" target="_blank"&gt;https://github.com/HubSpot/ui-extensions-examples/blob/main/example-2025-2-project/src/app/settings/SettingsPage.tsx&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 14:26:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1223504#M85473</guid>
      <dc:creator>felixmacaspac</dc:creator>
      <dc:date>2025-11-13T14:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: developers project 2025.2 Local dev session issue</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1224027#M85506</link>
      <description>&lt;P&gt;Thank you &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/489302"&gt;@felixmacaspac&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 17:03:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1224027#M85506</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-11-14T17:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: developers project 2025.2 Local dev session issue</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1224985#M85546</link>
      <description>&lt;P&gt;Thanks for detailed message &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1012617"&gt;@amjadkhatri&lt;/a&gt;&amp;nbsp;! I checked all the steps you have mentioned above and didn't get it working. Digging further...&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 09:28:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1224985#M85546</guid>
      <dc:creator>lstepany</dc:creator>
      <dc:date>2025-11-18T09:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: developers project 2025.2 Local dev session issue</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1224986#M85547</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/489302"&gt;@felixmacaspac&lt;/a&gt;&amp;nbsp;. I created my app based on the github example you are refering and it was working before. At some point it stopped working.... May be I messed up my config files..&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 09:27:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1224986#M85547</guid>
      <dc:creator>lstepany</dc:creator>
      <dc:date>2025-11-18T09:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: developers project 2025.2 Local dev session issue</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1225228#M85570</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/407643"&gt;@lstepany&lt;/a&gt;&amp;nbsp;yup! happened to me also before, you might have messed up something along the way&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt; can you mark my answer as the correct solution if you think that solves the problem? Would definitely help others who might experience this in the future, appreciate it!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 17:09:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1225228#M85570</guid>
      <dc:creator>felixmacaspac</dc:creator>
      <dc:date>2025-11-18T17:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: developers project 2025.2 Local dev session issue</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1225531#M85580</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/489302"&gt;@felixmacaspac&lt;/a&gt;&amp;nbsp;&amp;nbsp; Of course I can!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 07:17:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/developers-project-2025-2-Local-dev-session-issue/m-p/1225531#M85580</guid>
      <dc:creator>lstepany</dc:creator>
      <dc:date>2025-11-19T07:17:57Z</dc:date>
    </item>
  </channel>
</rss>

