When working with offline mode. I get the following error when I try to post query from the postman:
neobolt.exceptions.ServiceUnavailable: Failed to establish connection to ('::1', 7687, 0, 0) (reason [Errno 61] Connection refused)
However, neo4j-desktop browser works just fine if I do query from there. I'm not sure if it's a fault of postman or neo4j.
This is frustrating to me always that I need to wait for the internet connection whenever it goes.