-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login code not send #595
Comments
@medach2000 have you configured mailer daemon? Try getting a test account from mailtrap and set the values in frontier, for example if using env vars:
Mailtrap only send emails on their dashboard, use resend if you want to test it by sending email on actual email account. |
how can I set the values in frontier ? |
How are you running it? You can set it by either passing a config file or by environment variables. |
I clone the project, then i run docker-compose up |
You can use environment variables I shared above in docker compose for frontier service to configure mailer. Just copy paste them and update with respective values. |
ok it works but when I put my email, i receive the code, when I put the code , I receive Unauthorized. |
When do you receive this error? Are you trying to access UI? Did you put your email in? Note, the UI is still in very early stages. I would advice to interact with frontier via APIs only. You can find all APIs in documentation. |
Yes, I put my email to access UI, I want to see Frontier's interfaces |
Hello @kushsharma I am adding the env in the compose.. u shared above...but still I am not able to get the code out of it ..the smtp service is working fine |
@shivani446 can you share the docker compose file you are using to test it? Omit the username/password value. |
Sure @kushsharma
|
@shivani446 the config looks alright, can you try |
@kushsharma I am not getting any error logs also the u tried |
When I enter my email, the login code not send inbox.
The text was updated successfully, but these errors were encountered: