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
I setup OpenSign self-host on Linux with Docker using the command in the docs.
I logged in via my customer domain on https and created a new admin user and signed in, was shown the welcome tutorial, clicked to verify my email and realised it wouldn't work as I hadn't entered my mail server details.
I then edited .env.prod to add my SMTP credentials
I did a docker compose down and docker compose up to recreate the containers and force them to re-read the config.
I can now no longer login via my custom domain (not sure why?) but can still access http://localhost:3000 via port forwarding (it's running on a VPS). My saved username (email address) and password are not recognised for login.
I then tried to reset the password but was receiving a 'Please setup mail adapter' error.
Checking the logs I was also initially getting a 'please enter valid SMTP credentials' error in the logs - adding a ' around my password (even though it didn't include spaces?) now seems to not generate that error however the 'Please setup mail adapter' error remains. I have also confirmed the SMTP server/username/password by setting up on Thunderbird on a separate machine and all work as expected. Port is 465 so I've tried adding SMTP_SECURE=true but it didn't seem to make a difference.
# Email mailgun or set SMTP_ENABLE true to use SMTP config (The app will not initialize if any of these 3 variables are>
MAILGUN_API_KEY=
MAILGUN_DOMAIN=mail.yourdomain.com
[email protected]
SMTP_ENABLE=true
SMTP_SECURE=true
SMTP_HOST=smtp.domain.com
SMTP_PORT=465
[email protected]
SMTP_PASS='REDACTED' # if your password includes spaces then write password in single quotes
Expected Behavior
Be able to login at my custom domain
Be able to send password reset email
Current Behavior
As above - only able to login via localhost and cannot send mail
Steps to reproduce
As above - setup fresh then edit .env.prod file
Screenshots of the issue(optional)
Operating System [e.g. MacOS Sonoma 14.1, Windows 11]
Debian 12
What browsers are you seeing the problem on?
Chrome
What version of OpenSign™ are you seeing this issue on? [e.g. 1.0.6]
1.4.0 (according to the docker logs at least - it says [email protected] start) - I'm just using the version updated 6 days ago on Docker Hub as per the docker-compose.yml (as mentioned in #1052 there aren't any tags to be sure)
What environment are you seeing the problem on?
Hosted (app.yourdomain.com)
Please check the boxes that apply to this issue report.
I have searched the existing issues & discussions to make sure that this is not a duplicate.
Code of Conduct
I agree to follow this project's Code of Conduct
I have searched the existing issues & discussions to make sure that this is not a duplicate.
The text was updated successfully, but these errors were encountered:
Issue Description
I setup OpenSign self-host on Linux with Docker using the command in the docs.
I logged in via my customer domain on https and created a new admin user and signed in, was shown the welcome tutorial, clicked to verify my email and realised it wouldn't work as I hadn't entered my mail server details.
I then edited
.env.prod
to add my SMTP credentialsI did a
docker compose down
anddocker compose up
to recreate the containers and force them to re-read the config.I can now no longer login via my custom domain (not sure why?) but can still access
http://localhost:3000
via port forwarding (it's running on a VPS). My saved username (email address) and password are not recognised for login.I then tried to reset the password but was receiving a 'Please setup mail adapter' error.
Checking the logs I was also initially getting a 'please enter valid SMTP credentials' error in the logs - adding a
'
around my password (even though it didn't include spaces?) now seems to not generate that error however the 'Please setup mail adapter' error remains. I have also confirmed the SMTP server/username/password by setting up on Thunderbird on a separate machine and all work as expected. Port is 465 so I've tried addingSMTP_SECURE=true
but it didn't seem to make a difference.Expected Behavior
Be able to login at my custom domain
Be able to send password reset email
Current Behavior
As above - only able to login via localhost and cannot send mail
Steps to reproduce
As above - setup fresh then edit
.env.prod
fileScreenshots of the issue(optional)
Operating System [e.g. MacOS Sonoma 14.1, Windows 11]
Debian 12
What browsers are you seeing the problem on?
Chrome
What version of OpenSign™ are you seeing this issue on? [e.g. 1.0.6]
1.4.0 (according to the docker logs at least - it says
[email protected] start
) - I'm just using the version updated 6 days ago on Docker Hub as per thedocker-compose.yml
(as mentioned in #1052 there aren't any tags to be sure)What environment are you seeing the problem on?
Hosted (app.yourdomain.com)
Please check the boxes that apply to this issue report.
Code of Conduct
The text was updated successfully, but these errors were encountered: