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
Hello there,
Until recently we successfully used neo4j:5 image in integration with SpringData Neo4j.
But 4 days ago, in Dockerhub a new version of neo4j 5.24 was released. And that version broke our project.
Whenever we tried to call repository.findById(id), we received this exception:
After we reverted back to neo4j:5.23 image, everything worked again.