I attempted to import npm packages while creating a custom React app extension, specifically chalk and d3-react-tree , for testing purposes. I added these packages to package.json using the notation "chalk": "latest", as outlined in the README, w read more
Hi, @hubertspot 👋 Thanks for your question. I'd like to invite some of our community members to the converstaion — hey @albertsg @zach_thread...read more
Hello, I'm currently running into issues getting my project changes locally to my HubSpot account. When I do a deployment either via GitHub connections or via CLI, there would be deprecation warnings about SASS 2.0 and then finally an error which wo read more
Hi Jaycee, I've reached out to the devs on HubSpot's community Slack and they've troubleshooted the issue; The solution was moving vite from depende...read more
A client's current version of jquery was flagged as a security concern so I followed this guide to upgrade them to the latest version: https://developers.hubspot.com/cms/guides/jquery/upgrade As per the guide, I tested the pages by added ?lat read more
A quick backstory I created a website with my domain. I did not like it at all so I decided to delete my account and start fresh.
I came back and had to set it again using the same email address and same domain name but it seems it created read more
@Osheilla in addition to the steps outlined by @evaldas , you'll need to check your domain language settings if the en-us is not coming from the i...read more
Hi, new to hubspot and hubspot development. I'm planning on building modules that communicate with an az function app to use an external backend/db. Having some trouble with setting up the msal package within my module. Also new to SSR, I read more
Thanks for the advice on reaching out to microsoft forums too, that makes a lot of sense. I did manage to get it going. Once I wrapped my head ar...read more
Hi,
I’ve been working on HubSpot UI Extensions and am curious about using TypeScript instead of JavaScript. While the official documentation focuses on JavaScript, I’d like to switch to TypeScript for the added benefits of type safety and improved read more
Hello, What I want: I have pages, a blog and hubdbs where this content is from. Is there a hubspot api to search all of these? or do I need to use different APIs to search for each type. What would be a simple solution to create a content pag read more
Hi @BBecker1 ,
You can use the content search API that @Jnix284 shared, you can limit the results on the 'type' param, as Jennifer explaine...read more
Hi everyone, Hoping someone can shed some light on an issue I've been having with a module and landing pages. I'm utilizing a module that has several content options, such as an accordion and modal pop up button. When I implement this module on our read more
Hi There,
I'm deploying a custom UI Extension in HubSpot that includes serverless functions. Locally, everything works fine, but once I deploy, I encounter the following error:
{
"status": "error",
"message": "The serverless fun read more
Thanks for the tag, @MAsghari ! I want to invite some subject matter experts to see if they have any suggestions.
Hey @danmoyle , @Mike_Eastwo...read more
In our project, we're using a HubSpot form for the product enquiry page. We've managed to retrieve the current product SKU and name and stored them in a JavaScript variable. We then used these values to populate two fields in the form (Product SKU a read more
Hi, my site has a list of posts with url /post?id=<id>. The posts are stored on a backend outside hubspot. I need to add meta tags with relevant information about the post based on the ID. I am using https://github.hubspot.com/cms-react/ and read more
I'm developing a custom card which do a lot of things but at the end is creating a meeting . I'd like to show a link at the end of the procedure to the user, pointing to the just created meeting. Is it possible using hubspot api ?
Sorry, but this is not working. Having for example this esit createdAt": "2024-09-02T14:35:44.403Z", "archived": false, "id": "59435001227", ...read more