Hi Netlify Community!
I’m trying to make a query to Firebase firestore with in a Netlify function which works perfectly fine when developing locally in Netlify dev, but when published I’m seeing the error:
2020-07-05T16:37:05.769Z 2ed6bae0-3702-441a-97b3-ad7cece3e9de Task timed out after 10.01 seconds
.
What’s really weird is that I can see the output being returned correctly in the logs, it’s just the callback doesn’t complete correctly. My full code can be found on github here- https://github.com/chiubaca/jottivity/blob/journals-crud/functions/get-journals.ts
Hope someone can assists!