Hail Frequency is a code name that was used by Nacelle v1. Since this version of Nacelle is no longer supported/active, and requests to a v1 resource will result in an error. This extends to packages that were intended for Nacelle v1.
One example is the Compatibility Connector. When using the connector you may encounter an error similar to this:
POST https://tem.hailfrequency.com/events/add net::ERR_NAME_NOT_RESOLVED
To remove these error messages, set `disableEvents` to true. This can be done in the Client JS SDK, like so:
import NacelleClient from '@nacelle/client-js-sdk'
const client = newNacelleClient({
connector: compatibilityConnector,
disableEvents: true
})
After this update you should no longer see any errors in your console log.
Comments
0 comments
Please sign in to leave a comment.