The resolver function authenticate is not nullable, but the function returned null.
Anybody have any ideas on how I could fix this?
f
fvieira
02/08/2018, 9:52 AM
From my experience, that usually means the script is crashing somewhere even before the resolver function starts (for example, if the imports are failing). Did you change the resolver file somehow?