-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel Profiler fails to display any activity #9
Comments
I'm not seeing anything either. 'List is Empty' with Laravel 7x. |
Hi, I can not reproduce it. You can pull latest version and comment out all trackers (to turn them off) in config file. If that works you can turn them on one by one to figure out which of them makes the issue. |
I have the same issue, I followed @jkocik's advice and the ConfigTracker is the one that breaks it for me. jkocik/laravel-profiler v2.0.3 |
if your using vhost |
hello help me |
For me it was a misconfiguration of nginx and php: nginx.conf: php.ini: Error messages:
|
I've actually been able to use this package on my current project a few months ago - no problem.
Recently turned the profiler up to do some optimizations on my query, but nothing seems to come thru the profiler client.
Here is my current setup/situation:
PROFILER_ENABLED=true
php artisan serve
php artisan pro:serve
(also tried withnpm run ps
)php artisan pro:cli
(also tried withnpm run pc
)profiler.php
is all defaultlocalhost:8000
to find the profiler client empty.Additional information
2.0.2
to2.0.1
without much successphp artisan pro:status
gives error:BroadcastingProcessor did not report connection status, connection status is unknown
what more can i do to debug this situation?
The text was updated successfully, but these errors were encountered: