Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: cookies doesnt work on my vscode #93

Closed
diecodev opened this issue Jan 24, 2023 · 2 comments
Closed

[Bug]: cookies doesnt work on my vscode #93

diecodev opened this issue Jan 24, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@diecodev
Copy link

What happened?

I have vscode extension installed, in the Sessions apart I see the cookies that my api send. When i send a get request to some api endpoint and in that endpoint i try to read the cookies i send before, they dont appear:

Steps to reproduce?

Create a deno server with oak middleware.

step 1

I send a post http request to register
create cookie

step 2

I verify my cookies are cached
cookies sessions

step 3

I make a get http request just to get the user data but i verify if the cookie exists and if it's valid, but, the cookies are not sent
cookist does not send

step 4

My server log:
server log

pd: I though it was an error of mine, but i try with rest client and it works. So, i think is something in the rapidapi extension.

VS Code version

1.74.3

Extension version

1.9.3

Relevant log output

No response

@diecodev diecodev added the bug Something isn't working label Jan 24, 2023
@estruyf
Copy link
Contributor

estruyf commented Mar 16, 2023

Thanks, @diecodev, this will get fixed in the upcoming release. It seems that there was in issue in the touch-cookie dependency which got fixed: salesforce/tough-cookie#253

@estruyf
Copy link
Contributor

estruyf commented Mar 22, 2023

We just released version 1.10.0 in which this issue got fixed. Thank you @diecodev for reporting this! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants