You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so when I run those 2 applications on local the cookies seem very normal and no problem with running.
But when I deploy it to Production, the cookie on the front-end application didn't show up! But the backend one is still normal. So my question is where did I made a mistake? Because on the Local runs very normal
Did you manage to fix this @CutieCat6778? I'm having the same issue.
Hey! Well I fixed it, because my back-end domain and front-end domain is kinda complicated. My old url was somedomainforbackend.com and somedomainforfrontend.com to dev.domain.com and domain.com, so the passport can apply cookies. Btw you have to change at the cors too. The cross something.... Sorry, I don't remember.
I have 2 applications,
1 is for backend application and another is for front-end
so when I run those 2 applications on local the cookies seem very normal and no problem with running.
But when I deploy it to Production, the cookie on the front-end application didn't show up! But the backend one is still normal. So my question is where did I made a mistake? Because on the Local runs very normal
The text was updated successfully, but these errors were encountered: