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
Hi,
I am using server side rendering with nodejs. After successful login(From Client side) , I can see Auth.user in the browser console. But if I redirect to any other page by manually typing the url in the address bar, headers are not getting passed to my rails api. In node , app.get , If I print the request.headers, only cookie values are displaying, AuthHeaders not getting passed. Do I need to manually send these headers to each request to rails API ?. then how can i retrieve that from the cookie alone? . If I include Auth in nodejs, then getting error "$.extend is not a function"
The text was updated successfully, but these errors were encountered:
Hi,
I am using server side rendering with nodejs. After successful login(From Client side) , I can see Auth.user in the browser console. But if I redirect to any other page by manually typing the url in the address bar, headers are not getting passed to my rails api. In node , app.get , If I print the request.headers, only cookie values are displaying, AuthHeaders not getting passed. Do I need to manually send these headers to each request to rails API ?. then how can i retrieve that from the cookie alone? . If I include Auth in nodejs, then getting error "$.extend is not a function"
The text was updated successfully, but these errors were encountered: