Route not showing anything #201
-
Hello guys After installing the log-viewer when accessing the route i get the following return Any ideas how to workaround this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Hey @lucas-davi , Can you please share what the browser console outputs? |
Beta Was this translation helpful? Give feedback.
-
Hey @lucas-davi @Godehardt2003 The problem happened when the URL in the browser (e.g. Anyway, a fix for these situations is now ready in v2.1.1 - please update :) Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hello @arukompas After updating everything works perfectly for me :) thanks for the help! |
Beta Was this translation helpful? Give feedback.
Hey @lucas-davi @Godehardt2003
I've set up a Windows machine and was able to figure it out.
The problem happened when the URL in the browser (e.g.
localhost/test/public/log-viewer
) did not match the expected path (e.g.localhost/log-viewer
) and that's because of how Laragon/Xampp are configured. Laragon offers a feature to "auto-create virtual hosts" (check settings) which then creates new test domains for each project, likehttp://test.test
instead ofhttp://localhost/test/public
. Maybe Xampp does something similar too, not sure.Anyway, a fix for these situations is now ready in v2.1.1 - please update :)
Hope this helps!