[Symbol(outHeadersKey)]: { 'x-powered-by': [ 'X...
# random
m
[Symbol(outHeadersKey)]: { 'x-powered-by': [ 'X-Powered-By', 'Express' ], 'access-control-allow-origin': [ 'Access-Control-Allow-Origin', 'http://localhost:7777' ], vary: [ 'Vary', 'Origin' ], 'access-control-allow-credentials': [ 'Access-Control-Allow-Credentials', 'true' ], 'set-cookie': [ 'Set-Cookie', 'token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJjanVkcmVieXAwMHY4MDg5MG1tbDU0c3hkIiwiaWF0IjoxNTU1MDY5NzY3fQ.YIKaDvZP86iE0NA0cAc_fxAvLU0MyWMekrBDnxBIhkY; Max-Age=2592000; Path=/; Expires=Sun, 12 May 2019 114927 GMT; HttpOnly' ] }
m
m
Thanks Morten, the issue was with the actual app, and it ended up being that I setup Apollo-boost incorrectly
I set credential to true instead of 'credentials'
But thanks for your help 👍