Hello guys! Hope everyone's doing well. I'm working toward improving a websites Google Page Speed Insights and i'm getting some obversations on the Best Practices section related to the husbpot video preoloader. The observations are the next one read more
Hello @Anton , the macro solution is not good for me. But I found a soulution that I can store the module rendering into an variable. The variable...read more
Hey @Anton , I want to call the module in an template and fill it with values directly in the HTML. Therefore I need all the possible fields fro...read more
Hi everyone, I’ve been running into a 409 Conflict error when working with database constraints, like unique key violations or duplicate entries. From what I understand, it happens when the request conflicts with the current state of the resourc read more
Hi there, I have configured my private page content with SSO enabled via SAML. (Azure AD B2C), the SAML response will have email, givenname, surname per Azure SAML test page shown below: Now, in hubspot template for that private content pag read more
As developers, we aim to ensure the safety and integrity of live environments while working on updates or new features. Could you provide clarification on the following points regarding development and deployment within HubSpot? Can we work in a read more
Hi everyone! Can anyone help me with the “Custom Code” in HubSpot? We are connecting HubSpot to our event platform using the workflow and custom code. I got the code from an external source and it has always worked fine. But now HubSpot says that th read more
Hi @AHusken
If you want to use Python 3.9. Then you will have to update your code. Currently your code is in javascript so if you select Py...read more
Hi, I'm trying to set up hubspot cli so I can develop locally, but I can't seem to get the command `hs fetch` to work. When running the command `hs fetch "/test.module"`, it returns the following error: [ERROR] Failed fetch of folder "C:/Pr read more
I have been using HubSpot for 3 years now, but at this point I have realised that I need a much more advanced level, I have knowledge of html and css but I don't know which programming languages I should learn to make more complex processes within h read more
While not a “programming language,” familiarity with RESTful APIs (and how to work with JSON data) is essential for advanced HubSpot dev work. Yo...read more
" Couldn’t complete the connection Authorization failed because the provided scopes are insufficient. Please contact the app developer. " Hello, Above is the error message I am getting right now. I am trying to connect a public app from my Hu read more
Hi Dave, Thanks for your response and suggestion regarding the .join(' ') for the scopes variable. While that would indeed be possible if I were dir...read more
I tried to use the boilerplate of https://github.com/HubSpot/cms-react/tree/main/examples/getting-started I deploy it in my projects and upload the theme in my design mnager, then i use the the weather template but when i tried to run "Open Local read more
Hey, @RAnonuevo123 👋 Thanks for your post. I am sorry to hear you are having trouble getting this last step done. It's challenging to troubles...read more
I’m looking for a way to add global CSS that applies to all modules in dev server (@hubspot/cms-dev-server), accessible at http://hslocal.net:3000/ . The global CSS should only be applied in the development server environment and not affect read more
Hi @jason-k You'll need to modify the dev server setup to apply global CSS (like global.css) only in the dev server environment. Here’s how you c...read more