Okta login callback not sending cookies

Hi I am using okta-auth-js to redirect a user when they are not logged in on pages. Locally everything works fine. When I deploy to a server env however, I start noticing issues. I noticed that my /login/callback route is not sending the cookies that are applied to it. Locally they are just not in the server env. This causes the user to have login each time, and then each time being logged because they are not authorized. Please help.

Hi, can you check if something is blocking the cookies from the server side. Maybe it is a proxy doing that

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.