Gonzako's avatar

Gonzako wrote a reply+100 XP

10h ago

Debug messages seemingly gone in lastest laravel 12 version [12.62] [Solved]?

Yep, php artisan optimize:clear did the trick. Many thanks!

Gonzako's avatar

Gonzako liked a comment+100 XP

10h ago

Gonzako's avatar

Gonzako wrote a reply+100 XP

11h ago

Debug messages seemingly gone in lastest laravel 12 version [12.62] [Solved]?

Looking at the stacktraces \Illuminate\Database\Connection.php seems to be working as intended. It's just something breaking up in the render pipeline. This doesnt throw any error, it's just returning what I believe is the make-up of the components of a stacktrace.

Debugging there's gonna be a bitch.

Gonzako's avatar

Gonzako wrote a reply+100 XP

13h ago

Debug messages seemingly gone in lastest laravel 12 version [12.62] [Solved]?

Logs are being correctly written to in the 'logs/laravel.log' file. The error seems to be when looking to render the stacktrace.

Gonzako's avatar

Gonzako started a new conversation+100 XP

15h ago

Debug messages seemingly gone in lastest laravel 12 version [12.62] [Solved]?

Hi! I've been debugging my lastest application and after a 'composer update' and after an error happens the application simply returns

laravel-exceptions-renderer::components.navigation laravel-exceptions-renderer::components.card laravel-exceptions-renderer::components.trace-and-editor laravel-exceptions-renderer::components.context

instead of actually rendering said pages. How'd I go about fixing these? Should I downgrade my laravel version?