-
Notifications
You must be signed in to change notification settings - Fork 845
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
Onetime password never sent for first time login #959
Comments
@taylor-schneider did you enable sending emails in Supabase? Did you check spam folder? |
@homanp I did check the spam but did not see anything. In terms of enabling sending emails; can you be more specific. I did not set any email specific variables in the .env files, is that what you are referring to? |
After grepping my configs, the two lines I think are relevant are:
When I look at the container logs for the UI I do not see any messages relating to this. The chrome inspect shows the following consoler error when I click the button to send the one time password:
|
me too, have you solved it? |
Description
I setup superagent following the official instructions for docker compose. As far as I can tell, all the containers are up and healthy. When I navigate to the superagent ui on port 3000 I am directed to a login page.
In my chrome browser's developer console I see several errors being logged to console:
When I enter my email into the provided textbox and click "send password" button, nothing happens. I do not see any logs updating in the docker containers. In the chrome tab developer console, I see the following additional error pop up:
It appears there is a JS error that is not being caught and delivered to the UI.
Steps to reproduce
Acknowledgements
The text was updated successfully, but these errors were encountered: