'Laravel breeze react. bundle.js is missing after install

I followed the documentation on how to install react with breeze on laravel.

composer create-project laravel/laravel="9.*" myProject
cd myProject

composer require laravel/breeze --dev

php artisan breeze:install react
 
npm install
npm run dev
php artisan migrate

and after that the console gives me an error:

GET http://localhost:8080/js/bundle.js net::ERR_CONNECTION_REFUSED

And after registering, I cannot logout. Probably because bundle.js is missing? How to fix this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source