I have a reactjs app the nodejs server (exposed as netlify function) deployed on the given URL.
Everything works normally in local environment. but when deploying on the netlify I am getting the following error:
@aps08 I’m not sure how you’ve tried to implement it, but as it says, it’s trying to POST to /api/auth/signin and is receiving a 404 because that route does not exist.