You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to register a user at the landing page, got FormatException: Invalid Port as it tries to reach localhost:8000:8000/api/auth/register/email
my .env is basically same as .env-sample with modified MySQL and Redis passwords, so I don't think that's the source of error.
My attempted run method is using docker-compose-local.yaml
The text was updated successfully, but these errors were encountered:
When attempting to register a user at the landing page, got
FormatException: Invalid Port
as it tries to reach localhost:8000:8000/api/auth/register/emailmy
.env
is basically same as.env-sample
with modified MySQL and Redis passwords, so I don't think that's the source of error.My attempted run method is using
docker-compose-local.yaml
The text was updated successfully, but these errors were encountered: