nextauthjs / next-auth

Authentication for the Web.
https://authjs.dev
ISC License
23.79k stars 3.27k forks source link

@next-auth/neo4j-adapter using old neo4j-driver version #7068

Closed AliHaidar110 closed 11 months ago

AliHaidar110 commented 1 year ago

Adapter type

@next-auth/neo4j-adapter

Environment

System: OS: macOS 13.2.1 CPU: (10) arm64 Apple M1 Pro Memory: 261.83 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.14.0 - ~/.nvm/versions/node/v16.14.0/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v16.14.0/bin/yarn npm: 8.3.1 - ~/.nvm/versions/node/v16.14.0/bin/npm Watchman: 2022.08.08.00 - /opt/homebrew/bin/watchman Browsers: Chrome: 111.0.5563.110 Firefox: 106.0.2 Safari: 16.3

npmPackages: @next-auth/neo4j-adapter: ^1.0.5 => 1.0.5

Reproduction URL

https://github.com/abdallahmoubarak/nextjs-neo4j-backend

Describe the issue

when trying to install neo4j-adapter using npm: npm install @next-auth/neo4j-adapter

the following error occurs

image

the following packages are installed

image

How to reproduce

install "neo4j-driver": "^5.6.0" than try installing @next-auth/neo4j-adapter

Expected behavior

should install the package with no errors

balazsorban44 commented 1 year ago

6148 should address this, but the author haven't checked back on my comment. https://github.com/nextauthjs/next-auth/pull/6148#pullrequestreview-1228356055

do you know the answer?

AliHaidar110 commented 1 year ago

if there is no migration required from "neo4j-driver": "^4.0.0" to "neo4j-driver": "^5.6.0" we can just change the version number I guess

nina-alin commented 1 year ago

was corrected in #7392. Can someone closes this issue?

stale[bot] commented 1 year ago

It looks like this issue did not receive any activity for 60 days. It will be closed in 7 days if no further activity occurs. If you think your issue is still relevant, commenting will keep it open. Thanks!

stale[bot] commented 11 months ago

To keep things tidy, we are closing this issue for now. If you think your issue is still relevant, leave a comment and we might reopen it. Thanks!