but after i submit my password it just stays on th...
# developers
j
but after i submit my password it just stays on the same auth page
h
Can you check the network call. /credentials call should have the error in response.
j
Copy code
{
  "url": "<http://35.213.33.85:3000/api/auth/signin?csrf=true>"
}
this was the response
so it seems correct
is it due to csrf
Copy code
csrfToken: 92b1e1936b13e41a3adde6d31a8cead950919c4733560ac04a43d63202bf1536
email: ***********
password: *************
callbackUrl: <http://35.213.33.85:3000/>
redirect: false
json: true
the callbackUrl in my payload seems correct as well
although redirect is false. is that supposed to be true?