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, so I have been trying to use axios with tough cookie jar and it seems to be working to receive and send cookies however when I do jar.getCookies("site") I get an empty array. I try to dig deeper so I modifed a little the pacakge code and I added a console.log to see what was going wrong
and to my suprise the cookie where being logged by this console.log but not returned to me
Is there any way to fix it ?
The text was updated successfully, but these errors were encountered:
@thecookieswhoplays could you provide some more context? e.g.; steps to reproduce the issue that show how you are setting the cookie and then how you are retrieving it?
Hi, so I have been trying to use axios with tough cookie jar and it seems to be working to receive and send cookies however when I do jar.getCookies("site") I get an empty array. I try to dig deeper so I modifed a little the pacakge code and I added a console.log to see what was going wrong
and to my suprise the cookie where being logged by this console.log but not returned to me
Is there any way to fix it ?
The text was updated successfully, but these errors were encountered: