This is related to this PR: #213
When the connection tag is disabled, all the parameters passed to the error callback, including req, are apparently undefined. That PR assumes that req is defined, even though there's an explicit check for req not being there a couple lines above it. Line 86 in initializer.js thus throws a null pointer instead of calling the callback with the appropriate error.
https://github.com/feedhenry/fh-js-sdk/blob/2.23.0/src/modules/initializer.js#L86