-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only one form node is ever built #1
Comments
This totally makes sense that you found this. Was only using it on one form at the time. Thank you so much for this fix :) |
Thanks! Let me know if you're happy accepting other PRs. |
Of course!
…On Fri, Oct 23, 2020 at 11:28 AM Jonathan Steele ***@***.***> wrote:
Thanks! Let me know if you're happy accepting other PRs.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6S66SLHQ6VCSTF5HXUHRDSMGOJ5ANCNFSM4S4SMQOA>
.
--
Best,
Jamal Jean - Tobias
|
@jamaljeantobias You'll need to publish a version to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! Thanks for creating this source plugin.
I've been using it to implement HubSpot forms on our website and noticed that only one
HubspotForm
node is ever generated, despite there being more than a dozen available on our account.Looking at the source further, it seems that there's a conflict using the
createNode
action because theid
passed is not unique. As per Gatsby docs,id
should be globally unique.gatsby-source-hubspot-forms/gatsby-node.js
Line 21 in 5062907
We should use the
guid
field returned from HubSpot.The text was updated successfully, but these errors were encountered: