I recently deployed my application on Render platform, but my account got suspended. The reason given by render team was that the site was flagged / reported by Google Web Risk Services.
- This is an ecommerce MERN application for a company. Instead of password I am using user’s company email and OTP to login. OTP will be sent on their email.
- I am using Nodemailer in backend to send OTPs from their corporate email. So, everything is secure.
- Render domain is using HTTPS protocol and TLS by default.
Unable to understand why Google Web Risk Services is flagging the site.
Earlier we thought it was due to Zoho API which were using Google’s OAuth services. So, removed that code, still got flagged. Currently assuming that nodemailer is creating the issue because internally it uses OAuth.
Rishil Shinde is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.