Hey People,
I am using HubSpot CMS React and trying to use components from the UI Library ( You can consider PrimeReact, ANT Design, Material UI ) inside a HubSpot Island, but I get errors like: "Cannot read properties of null (useContext)." I thi read more
You’re absolutely right that using UI component libraries like PrimeReact, Ant Design, or Material UI inside HubSpot Islands introduces challenges—...read more
Issue appears in Safari and Chrome. These troubleshooting steps have already been followed: Please try to sign out and then sign in again, Clear cache and cookies of your browser from All time Try using an incognito window Temp read more
Here is a better screenshot. When I first signed up, Hubspot asked me some questions and designed a template for me based on it. That's what I mean b...read more
Hi everyone, I created a website and published successfully, but after a few days I wanted to come back and edit my pages but the webpage editor hasn't been available for the past two days. The editor is grey with a message that says "f243219251 read more
Hey @jsun39 ,
came accross such behaviour a few times in the past. If you have custom code that do some redirects or custom modules with some Ja...read more
Hi HubSpot team and community, I'm building a public app that uses a CRM card built with the new UI Extensions framework , and I need help enabling configuration settings per connected account (HubSpot portal). What I want to achieve: After read more
Hi @BrandonWoodruff !! Thanks a lot for your clear and helpful explanation — really appreciate the detailed response! Based on your explanation, ...read more
Hey all, Bit of a weird question. I've been trying to create a sticky banner (top of screen) and wanted to know if there was any way to make it look like a floating banner instead? For further clarity, I would like it to not span the entire wid read more
I apologize if this is a poorly formulated question. I'm the marketing manager at a company with no in-house developer or access to developer resources, so I'm trying to troubleshoot on my own. We have a HubDB table that was created four years a read more
I am trying to follow through with one of the first videos on the HubSpot CMS for Developers course; but am already falling at the first hurdle in installing the HubSpot CLI. Using Mac. I have used the following command as per the video: npm read more
Hey @Dylan_W ,
thanks for sharing experience and solution/workaround. To be honest, I don't really remember how I've set up my local dev up as ...read more
I have written a script in jQuery which takes a web site's source code, goes through it and extracts all the forms then displays the HTML on my site. An unexpected side effect of this is there are 3rd party cookies being set, which absolutely cannot read more
Hey, @MEjaz6 👋 Interesting question! I don't know the answer, but I do have a question: have you tried to parse the code with ` DOMParser ` ...read more
Was there a change in functionality with Brand colors showing as options in color pickers? We are now only see 1-2 brand colors in the color pickers when before there used to be at least 4-5 as long as we had the brand kit created. I saw that there read more
Hi @tmcmillan99
You’re absolutely right to notice that the color picker in HubSpot seems different lately — and yes, it’s very likely conne...read more
Hi everyone, I have a question related to a HubSpot custom quote template.
Is it possible to create a type of conditional logic via Hub HTML? More specifically, I wanted to create a table that can only appear if a specific line item type is select read more
The primary issue you have is that you cannot SET variables in a FOR loop that was created outside it's block. This is why it's not working. ...read more
Hi everyone, I’m working with a public app that is visible and functioning correctly in my developer account. However, when I try to add its UI extension to the deals sidebar in my test account, the UI extension does not appear as expected. read more
Hi team, I'm working on a public app using the new HubSpot UI Extensions framework , and I came across the documented limitation that each app is allowed up to 20 concurrent hubspot.fetch() requests per account . fetching-data I had a coupl read more
Hi @MKatewa ,
The 20 concurrent request limit is shared across all users within the same HubSpot portal or account. It's not per individual us...read more