App: 128collective-fundingportal.netlify.app (You can see the error yourself by filling out those three fields and clicking Submit, the form POSTs to the function that errors out.
Everything builds fine, but when accessing the function for the first time I get the following:
That internal ID is: 01HHJC43VKBE32TTCVQA9TWE0T
I’ve gone through a bunch of the threads here with a similar issue, and this is what I’ve tried so far:
- Everything funs fine in
netlify dev - No errors with
netlify buildornetlify build --offline - I’ve only got one
package.jsonin the root of my app mysql2is definitely listed inpackage.json- Added
external_node_modules = ["mysql2"]to my[functions]heading innetlify.toml - Added
node_bundler = "esbuild"to[functions] - Forced an
npm installin mybuildcommand
I have no real build step other than running the tailwind CLI to compile my one CSS file.
