Ben Botvinick
Ben Botvinick
> After a bit of digging, it looks like failureRedirect is ONLY used for strategy 'failures' and not 'errors', which is what gets thrown if a Token has already been...
Yes, that seems to be the issue. I was attempting to load the images from a URL, and I think it's more than likely they were truncated when I was...
I was having the same issue and then simply ran `console.log(path.resolve('image.jpg'))` and found I was looking in the wrong directory. I recommend doing this if anyone is still having issues.