'Symfony + Laragon, debug toolbar not working
Symfony version: 5.4.8
Project works fine but debug toolbar is all time retrying to load...
But if I start project with symfony serve and access localhost:8000 toolbar works, maybe is because toolbar is trying to access to "localhost" instead of "mydomain.test"? Anyone knows how to fix it?
Tried to install/reinstall profiler, debug, debug-bundle, apache-pack
//web_profiler.yaml
when@dev:
web_profiler:
toolbar: true
intercept_redirects: false
framework:
profiler: { only_exceptions: false }
when@test:
web_profiler:
toolbar: false
intercept_redirects: false
framework:
profiler: { collect: false }
//.env
APP_ENV=dev
APP_DEBUG=true
APP_SECRET=82fbd2b7ed4fb66bad6ce0fa48861ed5
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
DATABASE_URL="mysql://root:secret@localhost:3306/frikili?serverVersion=5.7&charset=utf8mb4"
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
