Ticket: Postiz login issue after SMTP setup on Synology NAS
@Ketseum Just created a ticket
Question: I installed Postiz on my Synology NAS using Docker Compose on Portainer. I used a custom SMTP server instead of Google because Google was returning 400 errors indicating that the Username and Password were not accepted. Now that the emails are working fine and I’ve verified the email successfully, I am unable to log in. There are no visible errors or logs; when I attempt to log in, the page just reloads with empty inputs, returning me to the login screen.
Attempted: Configured a custom SMTP server since Google was rejecting my credentials. Verified that the email configuration is functional, and I received the verification email successfully. Tried logging in multiple times with the correct credentials but encountered the same issue where the page reloads without logging in. Checked Docker logs and Postiz logs for errors but found nothing apparent.
Working On: I am trying to set up Postiz for email communication and task management on my Synology NAS. The primary goal is to ensure proper authentication and usability.
Using Postiz On: I am using Docker-Compose on Portainer.
Take it from here @Postiz
Question: I installed Postiz on my Synology NAS using Docker Compose on Portainer. I used a custom SMTP server instead of Google because Google was returning 400 errors indicating that the Username and Password were not accepted. Now that the emails are working fine and I’ve verified the email successfully, I am unable to log in. There are no visible errors or logs; when I attempt to log in, the page just reloads with empty inputs, returning me to the login screen.
Attempted: Configured a custom SMTP server since Google was rejecting my credentials. Verified that the email configuration is functional, and I received the verification email successfully. Tried logging in multiple times with the correct credentials but encountered the same issue where the page reloads without logging in. Checked Docker logs and Postiz logs for errors but found nothing apparent.
Working On: I am trying to set up Postiz for email communication and task management on my Synology NAS. The primary goal is to ensure proper authentication and usability.
Using Postiz On: I am using Docker-Compose on Portainer.
Take it from here @Postiz
6 Replies
@Postiz please help @Ketseum
I don't know if it's help
but I have
on
and also this new log :
and this is my stack :
also I check my database, my user is create
Hi I am trying to set up postiz using docker compose. I have the application running and would now like to register a user. I understand the default set up comes with a mail server that intercepts the registration emails. Does anyone know what port it runs on? I am not able to find this in the documentation. I'd appreciate any inputs you can give me.
unfortunately, I don't believe you'll be helped. Several of us have that same issue and it always stops the same way on the request since October. Also had pleas to make it more verbose to figure out why that return to login happens, but nothing and I've tried many things based on their docs. Only "solution" seems to be make a localhost server (so you always connect by localhost:5000).
I feel that is a separate question, but I always knew it as you needed your own smtp server. The mailer is just to connect.
@Nevo David can you help on this?
Someone else found the issue. I'm assuming you're using a synology.me domain. It seems one person added a merge request where the issue is the program is not accepting some 2nd-level subdomains, in this cases, whatever the subdomain you made for name.synology.me (i.e. postiz.name.synology.me), it is stopping at the first subdomain which is why it won't login correctly. Would be waiting for approval, but it seems the temp fix is force a Primary subdomain somewhere else if possible until the code is approved to fix.