Replies: 1 comment
-
I believe this is because you didn't setup any of the NextAuth providers (like google or github login). The latest version of Briefkasten warns about this when launching 👍 Generally all your other changes / steps sound good though |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I just came across this project and wanted to try it out. So I cloned the repo on my server, renamed the
.env.example
to.env
. Then I changed theDATABASE_URL
topostgres://bkAdmin:briefkasten@postgres:5432/briefkasten?sslmode=disable
and added aNEXTAUTH_SECRET
by runningopenssl rand -hex 32
. In thedocker-compose.yml
file I changed line 23 to- 5000:3000
to open the webinterface on port 5000 since I have another service running on port 3000.Have I done everything right so far?
Then I opened
<IP>:5000
in my browser, got redirected to<IP>:5000/auth/signin
, got a 500 Error and this is written in the bk-app container's console:Is this now an error by my configuration?
Thank you very much in advance!
Beta Was this translation helpful? Give feedback.
All reactions