I have created deployed a neo4j database to Google Kubernetes by selecting the application "Neo4j Enterprise Causal Cluster" on Google Applications Marketplace.
Using Python neomodel library, I tried to connect it with bolt+routing:// protocol but it throws the error "neobolt.exceptions.ServiceUnavailable: Server Address(host='xxx', port=7687) does not support routing".
Annoyingly, this is the forth cluster I have set up and all the previous ones works (The most recent one that works has the application version number 3.5.13) . The current one that doesn't work has an application version number 3.5.14.
Would be great if someone can point me to the right direction. Thanks.