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

vite3.1.0-beta.1-bug-always-pending #10919

Closed
6 of 7 tasks
xbazhen opened this issue Nov 14, 2022 · 2 comments
Closed
6 of 7 tasks

vite3.1.0-beta.1-bug-always-pending #10919

xbazhen opened this issue Nov 14, 2022 · 2 comments

Comments

@xbazhen
Copy link

xbazhen commented Nov 14, 2022

Describe the bug

when i upgrade vite from 2 to 3, i had found the https://localhost:3100 is always pending

I had test several versions of vite。

Vite version Is bug appear
2.9.15 no
3.0.0 no
3.0.9 no
3.1.0-beta.0 no
3.1.0-beta.1 yes(First Appear)
3.1.0-beta.2 yes
3.1.0 yes
3.1.8 yes
3.2.3 yes

pending
npm-run-dev

About the "minimal-reproducible-example"
Due to my limited level, it is difficult for me to do this for the time being.
The repository source is https://github.com/vbenjs/vue-vben-admin。

Reproduction

https://github.com/xbazhen/vue-vben-admin/tree/vite3.1.0-beta.1-bug-always-pending

Steps to reproduce

pnpm install
npm run dev
access https://localhost:3100/ in browser

System Info

System:
    OS: Windows 10 10.0.22621
    CPU: (16) x64 AMD Ryzen 7 5700G with Radeon Graphics
    Memory: 33.12 GB / 63.30 GB
  Binaries:
    Node: 16.17.1 - D:\Program Files\nodejs\node.EXE
    npm: 9.1.1 - D:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Spartan (44.22621.675.0), Chromium (107.0.1418.42)
    Internet Explorer: 11.0.22621.1
  npmPackages:
    @vitejs/plugin-legacy: ^1.8.2 => 1.8.2
    @vitejs/plugin-vue: ^2.3.4 => 2.3.4
    @vitejs/plugin-vue-jsx: ^1.3.10 => 1.3.10
    vite: 3.1.0-beta.1 => 3.1.0-beta.1

Used Package Manager

pnpm

Logs

21:44:00
VITE v3.1.0-beta.1 ready in 4187 ms

➜ Local: https://localhost:3100/ 21:44:00
➜ Network: https://192.168.219.1:3100/ 21:44:00

Validations

@sapphi-red
Copy link
Member

It seems to be vite-plugin-theme's bug.
vbenjs/vue-vben-admin#2160, vbenjs/vite-plugin-theme#27 (comment)

@sapphi-red sapphi-red closed this as not planned Won't fix, can't repro, duplicate, stale Nov 14, 2022
@xbazhen
Copy link
Author

xbazhen commented Nov 14, 2022

It seems to be vite-plugin-theme's bug. vbenjs/vue-vben-admin#2160, vbenjs/vite-plugin-theme#27 (comment)

nice! 👍
solved my problem

@github-actions github-actions bot locked and limited conversation to collaborators Nov 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants