Vite page reload on terminal but not refresh browser
Hello everyone, auto reload doesnt work for me. on terminal it says vite page reload but browser is not being refresh. help me please!
Solution:Jump to solution
following this tut
https://codingwisely.com/blog/enhancing-laravel-filament-v3-development-with-vite-and-livewire-hot-reload...
Coding Wisely
Enhancing Laravel Filament V3 Development with Vite and Livewire Ho...
As a developer, rapid iteration and real-time feedback are crucial for efficient web development. In this article, we delve into the integration of Vite and Livewire hot reload into Laravel...
36 Replies
is this possible when im adding form inputs?
Yes. If you define the right refresh paths in your Vite.config.js.
in my terminal it says [vite] page reload
but the input is not showing up
Looks ok to me. Are you serving the app on ‘localhost’ or via valet/herd?
localhost using sail
Ok. Not going to be of much help there.
but it should refresh right?
auto reload works with app/Filament?
Vite works best in laravel with an actual tld though. So it’s probably something to do with sail.
Sorry, not sure then.
Typically though, localhost needs the port number too to work correctly.
Maybe try a google search or laracasts forum search to see if others have had similar issues. But I would be surprised if it had anything to do with Filament.
i mean, its suppose to reload right? if i wasa working with valet/herd
I would assume so.
ok. thanks. im going to look for alternative
ok. i got it working with laragon
Solution
following this tut
https://codingwisely.com/blog/enhancing-laravel-filament-v3-development-with-vite-and-livewire-hot-reload
Coding Wisely
Enhancing Laravel Filament V3 Development with Vite and Livewire Ho...
As a developer, rapid iteration and real-time feedback are crucial for efficient web development. In this article, we delve into the integration of Vite and Livewire hot reload into Laravel...
yeah.. geez...
😂🤪
i thought its wsl2 thing..
thank god. i can start developing now