-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
https dev server does not use browser cache #2725
Comments
This is caused by https certificate errors: Cache problems on Chrome with SSL certificate errors |
Can vite integrate https-localhost ? |
Vite currently regenerates (on |
I will write a |
@liuweiGL Is there somewhere I can follow progress on |
I'm about to begin:vite-cert 😄 |
Describe the bug
https dev server does not use browser cache
http dev server
http request detail
Cache-Control: no-cache
Cache-Control: max-age=3153
https dev server
https request detail
Cache-Control: no-cache
6000,immutable`
Cache-Control: max-age=3153
Reproduction
System Info
Output of
npx envinfo --system --npmPackages vite,@vitejs/plugin-vue --binaries --browsers
:Used package manager: npm
Logs
Before submitting the issue, please make sure you do the following
The text was updated successfully, but these errors were encountered: