Programmatically login via POST `/auth/local` with node.js / axios results 404

Hi, I have the same issue. If I run my Strapi app v4 on localhost the /api/auth/local works (http://localhost:1337/api/auth/local), but if I run my app on Heroku on production I receive 400 bad request.

The others public api works.

The password file are not wrong.