not work without php artisan serve
Closed this issue · 4 comments
Pulse Version
v1.2.5
Laravel Version
11.22.0
PHP Version
8.3.6
Livewire Version
3.5.6
Database Driver & Version
MySql
Description
When i use php artisan serve everything is okay.
but in production i use apache and project run without artisan command
and this make some error at livewire/update route :(

Steps To Reproduce
I just setup everything like laravel docs
https://laravel.com/docs/11.x/pulse
Hi there,
Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:
- Laracasts Forums
- Laravel.io Forums
- StackOverflow
- Discord or InertiaJS Discord for Inertia questions
- Larachat
- IRC
However, this issue will not be locked and everyone is still free to discuss solutions to your problem!
Thanks.
Looks like your path has a funny offset, your path probably shouldn't include /public as it looks like you'll have directory traversal issues.
You should fix that so your path is website.com/pulse only, and then it should start working.
Thank you..
It means i have to wait for you to fix this?
No. This is a problem with your setup. Not the package.