Closed multilectical closed 2 years ago
Yeah, it is in use 🎉
Thanks for the quick reply!
Well, I tried it on a couple local dev machines and where it is live in the link above (a2 hosting cpanel setup, uses litespeed server).
gatsby version 4.3.0
Trying to wrap my head around the difference between build and dev versions. do you have something working on build?
To get the plugin to work you will need to deploy on Netlify, Gatsby Cloud or something similar that supports Gatsby Serverless Functions.
ahh, ok. Thanks.
First off, thanks for this. does just what I need.
I can get this working on develop, but not on build???
On
gatsby build
, instead of posting to the endpoint, it serves the js, displaying it as code printed to the screen.Also tried gatsby serve and that correctly pulls up the form.
Here one can see what's going on : https://holobiontlab.org/donate/ . If you click donate, this currently just shows the file contents.
My code is more or less straight from the example :
Any hints to figure this out greatly appreciated :)