opcodesio/log-viewer

Blank Display

masterei opened this issue · 2 comments

Screenshot_2024-02-29_14-49-35

Laravel version: 8.12
Issue: Blank display, no error in the console whatsoever.

hey @masterei , can you share the response headers for both the app.js and app.css file requests?

If they are text/plain or text/html then the assets are not served correctly by your Apache/nginx server.

hey @arukompas, finally I found the culprit. It was the response caused by middleware of tidy package something which I already disabled; after that log viewer was working fine.

Btw, thank you for the support and for this great package of yours.