Closed lw1990 closed 6 years ago
More information: it turns out the register is sucessful, even though it definitely redirects to an error page and throws an error as shown above, I can then subsequently sign in with the account. Weird.
The exception originates from lidraughts.security.Mailgun.send. It looks like the server wants to send you a confirmation e-mail, while there is no mailgun api setup in the default base.conf
in base.conf
, changing
mailgun { api { url = "???" key = "???" } sender = "lidraughts.org noreply@lidraughts.org" reply_to = "lidraughts.org contact@lidraughts.org" }
to
mailgun { api { url = "" key = "" } sender = "lidraughts.org noreply@lidraughts.org" reply_to = "lidraughts.org contact@lidraughts.org" }
Has fixed the registration problem, I never would have known to try removing those three ??? from there without your insight, thank you so much.
If I remember correctly, I was able to register/sign in in a local lichess development environment. Following the steps at the newly created Onboarding Wiki page for lidraughts (https://github.com/RoepStoep/lidraughts/wiki/Onboarding-Guide-(Windows)) I'm able to play games on a local development environment, but trying to register sends me to l.org/signup with a blank white page that just says "scheme" even though I have a MongoDB for lidraughts set up and running.
Does registering work for you @RoepStoep in your local development environment, or is a web server required?
In the command prompt where I ran .\bin\dev.bat, there is more error information: