This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 206
Form submission issue - Gatsby v2 #51
Comments
I noticed this, does not submit to Netlify |
@leeant06 Does changing that on line 37 solves the problem for you? |
@mohsenkhanpour : by adding ?no-cache=1 to line #37 as shown above, the problem should be fixed. |
Hi guys, I can't get the form working. |
Forget it, it's actually working, don't know why but it took a long time to appear on netlify admin. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Minor issue with the the form submission in Gatsby v2
For reference: gatsbyjs/gatsby#7997
Change request: ./scr/components/Contact/Contact.js
line #37: fetch("/", ...) -> fetch("/?no-cache=1", ...)
The text was updated successfully, but these errors were encountered: