build with Vite not working #15427
Unanswered
CrawfordW
asked this question in
CLI - PWA mode
Replies: 2 comments 4 replies
-
I also answered a similar question of yours at #15437 (comment). After also seeing this, I can confidently say something is wrong with your web server configuration and/or some web extensions or other applications are messing up the stuff. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yusuf,
Thanks. You're right - it works OK if I use quasar serve.
Any suggestions why my XAMPP server works when I build with webpack but
not with Vite?
I don't know about server configurations.
…------ Original Message ------
From "Yusuf Kandemir" ***@***.***>
To "quasarframework/quasar" ***@***.***>
Cc "Crawford Woodman" ***@***.***>; "Author"
***@***.***>
Date 2/13/2023 2:15:42 PM
Subject Re: [quasarframework/quasar] build with Vite not working
(Discussion #15427)
I also answered a similar question of yours at #15437 (comment)
<#15437 (comment)>.
After also seeing this, I can confidently say something is wrong with
your web server configuration and/or some web extensions or other
applications are messing up the stuff.
—
Reply to this email directly, view it on GitHub
<#15427 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKYOPIRPLFDNGDEMFZX7DUTWXKB55ANCNFSM6AAAAAAUYYM32Q>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a large complex app. Converted from Vuex to Pinia, so also switched to use Vite instead of webpack.
Works fine in development mode, but when I build it, the resulting page is blank and shows several errors like this:
index.a03a000d.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
Also seeing:
WebSocket connection to 'ws://127.0.0.1:5500//ws' failed:
To try and understand what I'm doing wrong, I scaffolded a new project with quasar cli and tried to build the example app that comes with Quasar. But I get a similar result...
index.99652668.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
index.9065343d.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
Any suggestions will be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions