You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel Vite server blanc page.
I tried to deploy last laravel 9.19.0 version including Vite following to steps below. The Vite server seems not working.
Steps To Reproduce:
Commands lines provided below :
laravel new breeze-test --git
cd breeze-test
composer require laravel/breeze
php artisan breeze:install vue
npm install
npm run dev
Web browser error message : DNS_PROBE_FINISHED_NXDOMAIN
Also tried to install via composer with the same result.
Does any Windows user has the same issue ?
The text was updated successfully, but these errors were encountered:
Hi @olivier-perrier, It is expected that the Vite dev server will show a blank screen when accessed directly (e.g. http://localhost:3000). You will still need to spin up a dev server for your Laravel project (e.g. php artisan serve or Laravel Sail) to access your Laravel application.
We have tried to make this clearer with laravel/vite-plugin#57 which will be in the next release.
Thank you for your answer.
Accessing the dev server (via artisan serve over localhost:8000 for example) does not provide any auto reload of the pages when files are saved. I also tried with version 0.3.0 of vite-plugin. Is it normal ?
Description:
Laravel Vite server blanc page.
I tried to deploy last laravel 9.19.0 version including Vite following to steps below. The Vite server seems not working.
Steps To Reproduce:
Commands lines provided below :
laravel new breeze-test --git
cd breeze-test
composer require laravel/breeze
php artisan breeze:install vue
npm install
npm run dev
Web browser error message : DNS_PROBE_FINISHED_NXDOMAIN
Also tried to install via composer with the same result.
Does any Windows user has the same issue ?
The text was updated successfully, but these errors were encountered: