-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
!! To enable public access to previous requests, set debugbar.storage.open to true in your config, or enable DEBUGBAR_OPEN_STORAGE if you did not publish the config. !! #1459
Comments
Did you clear the cache? |
Hello @barryvdh Yes, I've tried :
I see that the debugbar is storing files into storge/debugbar, but sounds like Chrome is unable to read / load them ? No error in the console. |
Did you set laravel-debugbar/config/debugbar.php Line 40 in 27b088a
|
Can you post your config? |
@erikn69 on the current version I have (Laravel 9), I don't have this config value. @barryvdh here is what I have :
|
You have to update your
I have not mentioned anything about the config file, I am talking about the Also upgrade that config file |
@erikn69 Thank you so much. Somehow, my config file was not up to date with the latest version of the package. I've modified the config file, and edited the .env, did a php artisan config:clear and everything is working again. |
Problem is still here on the staging environment, and can't solve it as I did for the local version. |
Clear config cache |
For anyone else with this issue, delete the php artisan vendor:publish --provider=Barryvdh\\Debugbar\\ServiceProvider |
Hello there,
I'm using Laravel debugbar since a while, and I wanted to debug API requests on my pre-production environment.
The problem is that whatever I'm trying, when clicking on the folder, I have the following message :
The config file is published, and the enabled value is to true.
I'm using Laravel Framework 9.52.0, PHP 8.1.18, and Laravel debugbar > 3.9.
The text was updated successfully, but these errors were encountered: