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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I just came across this project and wanted to try it out. So I cloned the repo on my server, renamed the
.env.exampleto.env. Then I changed theDATABASE_URLtopostgres://bkAdmin:briefkasten@postgres:5432/briefkasten?sslmode=disableand added aNEXTAUTH_SECRETby runningopenssl rand -hex 32. In thedocker-compose.ymlfile I changed line 23 to- 5000:3000to 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>:5000in 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