You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to connect to Keyspaces in region ap-southeast-2 using sigv4 node driver plugin but for some reason during the client initialization it throws error saying "options.authProvider must be an instance of AuthProvider"
npm: 6.14.11
node: 14.15.5
typscript: 4.4.3
Code sample looks like this:
The text was updated successfully, but these errors were encountered:
For those who wonders how to fix it, you can set explicit version of cassandra-driver for transitive dependencies in nodejs with "resolutions" then check you have just 1 unique version used in your project (check package-lock or yarn.lock). It should solve the problem.
Still it would be great to upgrade to latest cassandra-driver version as 4.6.3 does not work with 4.6.4.
Trying to connect to Keyspaces in region ap-southeast-2 using sigv4 node driver plugin but for some reason during the client initialization it throws error saying "options.authProvider must be an instance of AuthProvider"
npm: 6.14.11
node: 14.15.5
typscript: 4.4.3
Code sample looks like this:

The text was updated successfully, but these errors were encountered: