Akos Hamori

Results 6 comments of Akos Hamori

I have the same issue. I'm using: - **apollo-server:** 2.12.0 - **neo4j-driver:** 4.0.2 - **neo4j-graphql-js:** 2.13.0 - **graphql:** 14.6.0

Tested with - **apollo-server:** 2.13.0 - **neo4j-driver:** 4.0.2 - **neo4j-graphql-js:** 2.14.0 - **graphql:** 14.6.0 and works well. So just had to update neo4j-graphql-js and apollo-server!

### Workaround If you encounter platform compatibility issues (e.g., `linux/amd64` vs. `linux/arm64`), here's how to resolve them: **Specify Platform in `docker-compose.yml`:** Add the `platform` field to the `web` service: ```yaml...