GaxiosError is thrown when users tries to register on my web app - mongodb

My authentication web app seem to work fine when I deployed it on heroku. Basically, the app is supposed to send email verification to the user's email account, and Ive used both googleapis and nodemailer as my dependencies. It worked fine initially and I didn't touch my code after. Still, the following day when I tested it with users it failed to send an email verification to the user, and upon testing on my localhost, it threw this error:
GaxiosError(Request failed with status code ${translatedResponse.status}, opts, translatedResponse);
It seems to come from my node modules, but given that I have never touched or amended any of my code before it was working fine, I have no clue what caused this error suddenly.

Related

Parse - unable to send notifications (Swift)

I'm attempting to send notifications to my via via Back4App.com which is a parse backend server, but nothing is being sent and I'm not sure why.
Everything was working fine, when I first implemented it - but now that I have rolled out the current app version to TestFlight I am no longer able to send notifications from the dashboard - getting the following error: stream ended unexpectedly.
I have tried recreating and re-uploading both the development and production push certificates but still having the same issue. I've also tested on a APNs service which is sending notifications as expected.
Any ideas what I could have missed here?

Jenkins won't send e-mails anymore

This might be a tough thing to figure out but i have to give it a try.
With no changes i am aware of, my jenkins just stopped sending out e-mail notifications. I use jenkins 1.609 and email extension plugin 2.40.5. Jenkins runs as a service using a service user who also has the rights on the server to send e-mails. Ports to our smtp-server are unlocked. Used telnet for testing that everything works as expected. SMTP-server works fine, so it has something to do with jenkins and i cant figure out what is going wrong.
For some unknown reason jenkins still fails to send e-mails. When i use the test-feature that jenkins offers i get: javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful which tells me that either user or pw is incorrect, but as mentioned i've checked many times, it's setup correctly. Can anyone help out with this?
UPDATE:
After decrypting the password i can safely say that jenkins does save the password correct. Is there any way i can check that jenkins actually compares the correct encrypted passwords with each other? From my understanding jenkins uses 2 different encrypting techniques, maybe it uses tech1 for stored pw and tech2 for compare pw?
ANOTHER UPDATE:
Just tried adding a new certificate to the keystore, just in case, still no change.
MORE UPDATES:
Tried updating the mailer plugin- no change
Tried different users - all failed with the same error
So no matter what user i try, they all fail, but have jenkins execute a script which sends e-mails using said users it works.
August 18, 2016 - no change

SSIS Redirect Request Failed Error

I have an SSIS package that calls an SSRS report hosted on a local server that produces a series of PDFs. It has been working perfectly for months, but all of the sudden I am now getting this error:
Error: 0xC001600B at SSIS_Package, Connection manager "ReportServer": The specified server, URL http://server/report&parameter1=401&parameter2=13&rs:Command=Render&rs:Format=PDF, has a redirect and the redirect request failed.
I have checked all my credentials in the package and on the server and everything is connected properly. I haven't been able to find anything at all about this error and I'm hoping someone out there has come across it!
It turned out to be a permissions error that was resolved by another user running the package.

nopcommerce password recovery not working properly

Password recovery is not working on the server after deployment. It is working fine on the localhost. I checked password recovery template and it is showing active. I am getting all the other mails after deployment such as order confirmation and welcome mails but there is some problem in password recovery. If I check the message queue it is showing sent but we are not receiving it. I tried to change the message template and if I keep only the text instead of any URL's than it is working fine but when I add passwords recovery URL we are not getting mails. If URL is a problem than how my other mails are working. I haven't made any changes in the core files. I checked on the nopcommerce forum but there are no one facing this issue.
Any help will be appreciated.

Squirrelmail ERROR Login Error

I have been using Squirrelmail version 1.4.22 for over 2 months now and its been working perfectly.
Suddenly this morning users cant login and it gives them this error:
ERROR
You must be logged in to access this page.
Go to the login page
When i use an alternative mail client users are able to login into the mail accounts fine. I have tried to read online and even reinstall squirrelmail but still brings the same error and even within this forum and everybody seems to point it to a cookie issue. I have cross-checked by cookie session settings both on the server and browser and i don't seem to see an issue.
Please advise will be grateful for any help
Create php file in httpdocs of your web site with code:
<? phpinfo();
Check for value of session.save_path variable
Check for permissions on folder which defined in session.save_path:
ls -ld /path-to-folder
it should be 1733
Also check for errors in log file in
/var/www/vhosts/<your domain name>/statistics/logs/error_log