-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Cookies are missing during lighthouse scan #197
Comments
Hi, thanks for providing the reproduction code. I've tried it locally and it seems to be outputting the headers. Can you confirm which version you're using? |
When testing a other side I also got these errors a bunch
|
Facing the same issue. Is there a fix for it in place or any bypass. @harlan-zw |
I am seeing the same error message
|
So the issue with this error is that it's trying to deleteCookies after it has closed the tab. This can happen when the tab fails to initially open. In v0.12.0 we have a soft error handler on this as it should be fine to fail. If someone can provide a reproduction then I can investigate this further otherwise will need to close for now as cookies can be set. |
Describe the bug
I set some cookies in the configuration. During the startup, those cookies are used, however they are missing in the actuall scan.
To heck this, I used the following set up:
server.js
run ´node server.js´
run unlghthouse with the follwoing config
In the output of
node server.js
the used cookies should be logged, but they are missing.Reproduction
No response
System / Nuxt Info
No response
The text was updated successfully, but these errors were encountered: