-
Notifications
You must be signed in to change notification settings - Fork 368
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
Send mail error 500 #1164
Comments
Hello @mr-biggles, thanks for contributing to the Password Pusher community! We will respond as soon as possible. |
Hi @mr-biggles - the only way to know for sure is to check the container output for an exception with details or it may alternatively be in a log file inside the container: Could you see if you can find an SMTP related exception in there? That should point us in the right direction. |
Hello, thank you for your reply. Here is the only log I can find (private.log) E, [2023-06-09T17:53:04.188361 #59] ERROR -- : source=rack-timeout id=8eb2654b-1911-4793-afb2-76c7c665e04f timeout=15000ms service=15000ms state=timed_out I see a timeout, is the timeout SMTP? because I'm pinging it fine though |
For your information, the site is behind a nginx reverse proxy. |
That might or might not be the cause. The middleware has a request timeout that if something goes wrong and takes longer than 15 seconds, it times out so it can serve other requests. Are there any other exceptions in the log? Can you post the full error stack? Another guess is that it could be a DNS timeout when trying to resolve |
That's all I have in my logs, nothing else. Is it possible to remove authentication to upload files directly? |
Unfortunately not possible currently. :-/ Every error is logged in the application log. There should be one in there. Without one, it's we'd be just guessing. Could you following the steps I outlined in this similar issue and post the results here? That should tell us more. |
Hello, here are the logs I found on the machine.
|
Hi, I managed to get this to work with an office 365 connector and a port 25 without authentication. I have another problem now, when I upload a file and share the link, it tells me that the link has expired. Do you want me to open another issue ? |
Good that you resolved the SMTP issues. #794 may be related to your file upload issue. I believe it has something to do when hosting with a frontend proxy. Not sure yet though. I'm traveling for the next few weeks so I'll revisit this once I'm back. |
Hi @mr-biggles given that the SMTP issue is resolved. I'm going to close this issue out. Are you still having issue with the file uploads? If so, could you file a new issue with instructions on how to reproduce the issue? Also include what storage backend you are using: local, amazon, gcs etc.. I'm working on improving the file uploads now. Much appreciated. |
Hello,
I use docker-compose for pwpush. I have configured pwpush with the postgres backend.
But the mail configuration doesn't work.
Here you can see the variables in the settings.yml for smtp :
Can you tell me what's blocking it?
The text was updated successfully, but these errors were encountered: