opcodesio / log-viewer

Fast and beautiful Log Viewer for Laravel
https://log-viewer.opcodes.io
MIT License
3.39k stars 237 forks source link

Blank Display #340

Closed masterei closed 4 months ago

masterei commented 4 months ago

Screenshot_2024-02-29_14-49-35

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

arukompas commented 4 months ago

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.

masterei commented 4 months ago

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.