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

Vite sometimes fails to load files on page reload #8925

Closed
7 tasks done
sstenn opened this issue Jul 5, 2022 · 1 comment
Closed
7 tasks done

Vite sometimes fails to load files on page reload #8925

sstenn opened this issue Jul 5, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@sstenn
Copy link

sstenn commented Jul 5, 2022

Describe the bug

Sometimes while programming I want to fully reload te page. Most of the times there are no problems and the page reloads as aspected. But sometimes I need to reload 2 or 3 times before the page loads normally, because it looks like Vite isn't able to load all the files.

The errors I see are all net::ERR_HTTP2_PROTOCOL_ERROR on different files. Here you can see 2 different screenshots when nothing in the code has changed.
Schermafbeelding 2022-07-05 om 09 31 54
Schermafbeelding 2022-07-05 om 09 34 07

This is not always the case so it's hard for me where the problem is and where I should look.

Reproduction

I'm not able to provide a reproduction url

System Info

System:
    OS: macOS 12.2.1
    CPU: (8) x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
    Memory: 404.60 MB / 16.00 GB
    Shell: 3.2.57 - /bin/bash
  Binaries:
    Node: 16.8.0 - /usr/local/bin/node
    npm: 7.21.0 - /usr/local/bin/npm
  Browsers:
    Brave Browser: 90.1.23.73
    Chrome: 103.0.5060.114
    Firefox: 91.0.2
    Safari: 15.3
  npmPackages:
    @vitejs/plugin-vue: ^1.4.0 => 1.10.1 
    vite: ^2.5.0 => 2.6.14

Used Package Manager

npm

Logs

No response

Validations

@sapphi-red
Copy link
Member

Duplicate of #4403. It might be fixed by #6207.
Please create a new issue if it happens after upgrading to 3.0.0-beta.6.

@sapphi-red sapphi-red closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2022
@sapphi-red sapphi-red added duplicate This issue or pull request already exists and removed pending triage labels Jul 5, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jul 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants