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
The Json parse/stringify hack here causes an uncaught error if any of the config values contain true/false, as they're replaced with "y"/"n" (too many double-quotes).
"someString=true" => "someString="y""
Came across this when using a dbConnectionUri to connect to a MongoDB Atlas cluster.
Affects AAT version: 0.6.1
The text was updated successfully, but these errors were encountered:
The Json parse/stringify hack here causes an uncaught error if any of the config values contain
true
/false
, as they're replaced with"y"
/"n"
(too many double-quotes).Came across this when using a dbConnectionUri to connect to a MongoDB Atlas cluster.
Affects AAT version: 0.6.1
The text was updated successfully, but these errors were encountered: