sync main with release after debugging email verification #371
@@ -5,8 +5,8 @@ import { enforceAlphaNumeric, generateUniqueString } from 'src/services/helpers'
|
||||
|
||||
|
|
||||
const unWrappedHandler = async (req, _context) => {
|
||||
const body = JSON.parse(req.body)
|
||||
console.log(body)
|
||||
console.log(_context)
|
||||
// console.log(body)
|
||||
// console.log(_context)
|
||||
// DUMP FROM THE LOGS ABOVE
|
||||
/*
|
||||
5:09:30 AM: 2020-10-19T18:09:30.011Z 9da27e24-b6ec-404e-8e7d-25b5d323b67a INFO {
|
||||
|
||||
Reference in New Issue
Block a user
and explicitly requiring this dependency for my signup function
From: https://community.redwoodjs.com/t/redwood-v0-32/2118/7
Ah - you said the magic word trifecta of Netlify + Functions + Dependency and I wonder if you encountered this: https://www.netlify.com/blog/2021/04/02/modern-faster-netlify-functions/
Perhaps the way Netlify is bundling now wasn't finding that dependency?
And v.0.32 was released on May 14 so ... "week of May 17" does coincide.
Thus
make graphql-tag and explicit dependencyfixing the issue fits.Thusmake graphql-tag and explicit dependencyfixing the issue fits.