hello, for the verifySession to work, what does the request need to send over? I logged in (via email/password) and the next request I send over returns unauthorized. On the both the frontend/backend I do add Session.init(). I am using my own UI with angular (not using the react component). Attached you'll find the curl equivalent request that i'm sending over.
r
rp
02/03/2023, 5:37 AM
hey @Snackdex
the browser shuold send the cookies on its own.
That deosnt seem to be happening. Can i see a screenshot of the sign in response and request headers as seen on chrome?
s
Snackdex
02/03/2023, 3:19 PM
please let me know if you need anything else 🙏
r
rp
02/03/2023, 3:23 PM
can you hover on the orange triangle at the end of set-cookie? what happens?
whats the URL that you are querying? ANd whats the apiDomain and websiteDomain that you have set on the front and backend?
s
Snackdex
02/03/2023, 3:28 PM
ah i see the possible issue, i had the api domain for the backend be http://localhost:8000 instead of where the api is actually at 😅 let me make the change and see if it fixes it
r
rp
02/03/2023, 3:29 PM
yup
s
Snackdex
02/03/2023, 3:35 PM
no more triangles, and everything is working as expected! 🥰