How can I fix up Neo4j , Invalid username, it must be neo4j?

More details: kubernetes - Neo4J: Pods logs Neo4j Invalid Username - Stack Overflow

I found out I had mismatched quotes:

β€œneo4j/${NEO4J_SECRETS_PASSWORD}”

Which is different from this "neo4j/${NEO4J_SECRETS_PASSWORD" . NOTE: While copy and pasting can save you a few keystrokes, it increase the odds of introducing bugs in your code.

1 Like