PHPJunior / nova-logs

Laravel Nova Log Viewer
MIT License
77 stars 17 forks source link

JavaScript error with Laravel v7.0.8 #12

Open ruslansteiger opened 4 years ago

ruslansteiger commented 4 years ago

When I visit route /nova/nova-log-viewer/list following error appears and I see only a empty page.

JavaScript TypeError

Since Laravel v7.0.8 this is happening. The version before it was working fine. Anyone else experiencing this?

My setup: PHP: v7.4.3 Laravel: v7.0.8 Nova: v3.0.2

voicecode-bv commented 4 years ago

Same issue here when using: Laravel 7.1 PHP 7.4.2 Nova 3.0.2

Hujairi commented 4 years ago

same here, using: Laravel 7.8.1 Nova 3.3.2 PHP 7.3.10

TypeError: "a is null"

ruslansteiger commented 4 years ago

I assume this project is no longer maintained. Under the hood the following package is used: https://github.com/ARCANEDEV/LogViewer

I switched to it and it works great. Give it a try if you need another log viewing tool :)