Cannot Connect to Postgres #1973
-
Hello everyone, I am trying to use the email provider and Postgres database. I enter my email, an email magic link comes to my mailbox. After I click the link, I get the following result:
I inspect the database and the tables are there. I can see the verification_requests table and its data. I tried using different databases and different configurations (via database URI, or TypeORM config object). The result is the same. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi! This has been reported over at #1968 I pushed a fix for this for the TypeORM adapter, and if you run |
Beta Was this translation helpful? Give feedback.
Hi! This has been reported over at #1968
I pushed a fix for this for the TypeORM adapter, and if you run
npm i
oryarn
and make sure that yourpackage-lock.json
oryarn.lock
lists at least@next-auth/[email protected]
, it should be resolved for now! Feel free to give further feedback on the above-linked issue, if that is still not the case! Thank you!