promise never exist pending state
I have hosted my backend on Render. When I try to reach the /login
endpoint via https://hotel-website-1-9mlw.onrender.com/api/login
, the promise remains in a pending state.
promise remains in pending state in production but works fine during development
login is a async function function. During development the code works fine but in production promise never leaves pending state.