Laravel-debugbar: v3.5.6 Cannot read property 'length' of undefined

Created on 13 May 2021  路  5Comments  路  Source: barryvdh/laravel-debugbar

After upgrading from 3.5.5 to 3.5.6 - DB statements are not showing for AJAX calls anymore, resulting in Cannot read property 'length' of undefined JS error in the console.

image

Most helpful comment

Reverted with https://github.com/barryvdh/laravel-debugbar/pull/1183
Will tag a new release

All 5 comments

Have same problem here after updating. The view tab say: undefined templates were rendered
Screenshot from 2021-05-14 00-52-01

@linaspasv Are you using Inertia? i got the same problem, i don't know if is related of inertiajs?

@linaspasv Are you using Inertia? i got the same problem, i don't know if is related of inertiajs?

No I am not using inertia. It is just a simple jquery post request with html response.

I'm getting this too, but in Firefox so the error message is data.statements is undefined. Confirmed it appears on v3.5.6, I'm using Inertia but it doesn't seem to be related.

Reverted with https://github.com/barryvdh/laravel-debugbar/pull/1183
Will tag a new release

Was this page helpful?
0 / 5 - 0 ratings

Related issues

damienfern picture damienfern  路  4Comments

coderdiaz picture coderdiaz  路  4Comments

innerdev picture innerdev  路  5Comments

hussein-elhussein picture hussein-elhussein  路  3Comments

njbarrett picture njbarrett  路  5Comments