There is also a consistent bug that happens when a user signs-up with a mobile that says "Unknown error has occurred". The weird thing is, is that the registration does go through.
Are users receiving welcome emails? Frequent issue people get with Misago is how they setup site, but don't setup e-mail sending, and first place they notice it is at registration form, where Misago tries to send welcome e-mail after creating user's account.
I have recently set up misago and I like it very much. Thank you! I am also having the same problem when someone tries to register. The registration goes through but it gives them a message "Unknown error has occurred" instead of success message. I set up email SMTP with SendGrid, included, username, port number and password but no emails are going through at this time. I will create a new API key and password in SendGrid and redo email again in the appctl. I have also set up recapture but when trying to register, it's asking for the question instead of showing the recapture robot box. Hope you can help!
Create your API key on SendGrid. Go to set up guide in the menu and select SMTP relay then create the API key. Before you proceed, you will need to update your droplet email settings with the apikey information which is smtp.sendgrid.net - Port 587 - long password. If you type ls in your droplet you will see a list of options. To get to email you need to type in ./appctl email. Here you can update your email. You must choose TLS and not SSL. I think this is where I was making a mistake. When you are finished setting up your email, remember to run ./appctl rebuild to rebuild and restart container. Then you must go back to SendGrid and tick that you have completed settings. Sendgrid will ask you to use the application you updated, so create a new user. If everything goes well, go back to send grid and click verify. It worked for me so good luck.
Thanks for the guide! Would you be able to clarify a little more on configuring my droplet email with SendGrid? I have the information from SendGrid, I'm just not sure what to do with it.