POST Request returns 504 Online but works locally – Nginx
Introduction My POST request works offline i.e. on localhost, but doesn't work when the website is deployed. I am using nextjs, node, nodemailer, axios and nginx. I have also used fetch instead of axios and it gave me the same…