Replies: 1 comment 1 reply
-
Considering the source, it checks for the following file. Does the file exist?: log-viewer/src/LogViewerService.php Lines 349 to 353 in 503c545 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using the Log Viewer in my Laravel project for several months without any issues. However, recently I encountered a 500 Internal Server Error when trying to access the Log Viewer interface.
Upon inspecting the log file, I found the following error:
I verified that the front-end assets are indeed present in the public/vendor directory. I also re-ran the suggested command:
php artisan vendor:publish --tag=log-viewer-assets --force
Despite this, the error persists and the Log Viewer still returns a 500 error.
What could be causing this issue, even though the assets are already published? How can I resolve this error and restore access to the Log Viewer?
Beta Was this translation helpful? Give feedback.
All reactions