org.springframework.data.mongodb.UncategorizedMongoDbException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-256, userName=‘root’, source=‘admin’, password=, mechanismProperties=}; nested exception is com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-256, userName=‘root’, source=‘admin’, password=, mechanismProperties=}
Caused by: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-256, userName=‘root’, source=‘admin’, password=, mechanismProperties=}
Caused by: java.lang.IllegalArgumentException: Prohibited character at position 0
org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost/:6379
Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to localhost/:6379
Caused by: io.lettuce.core.RedisCommandExecutionException: ERR Client sent AUTH, but no password is set