app.css failed to load. Please refresh the page, re-publish Log Viewer assets, or fix routing for vendor assets. #293
Replies: 3 comments 4 replies
-
Hey @syedali2415 , is the root of your app at To me this seems like a server configuration issue. You need to check how your files are hosted, and how they're being served with apache/nginx. Looks like you have your app served on a sub-directory, and there might be a few things you need to do before your app works this way. I've never done this before, so I don't really have experience with that. What have you found or tried so far? |
Beta Was this translation helpful? Give feedback.
-
@syedali2415 , It seems like the issue you're facing with the log-viewer package arises from the configuration of the The root cause appears to be that the log-viewer package publishes its assets by default at the location To resolve this issue, there are two potential solutions:
@arukompas, if you believe that implementing this patch could resolve the issue, I would be willing to collaborate on it. |
Beta Was this translation helpful? Give feedback.
-
I fixed it edited file /example-app/vendor/opcodesio/log-viewer/resources/views/index.blade.php But how to fix it NOT inside vendor packaige? |
Beta Was this translation helpful? Give feedback.
-
when i run php artisan serve i can open my log-viewer in http://127.0.0.1:8000/log-viewer
but not opening in https://dev.nikah.com/1rupee/1laraccali/log-viewer can anyone help me
Beta Was this translation helpful? Give feedback.
All reactions