404 - Not working with Locales? #49
-
I get a 404 error when going to https://my-app.test/log-viewer. We use locales in our URLs so I updated the config as below: This gives me access to the dashboard via https://my-app.test/en-GB/log-viewer. I can download the log file, however a 404 is thrown when I try the bleow actions:
Is there a known workaround for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@jonny-dengro hey! If your app is accessible under a certain subdirectory only, then you'll also need to update Livewire configuration, because that's a dependency for the Log Viewer and be default it loads its resources from the root path. Check this answer for more information - #8 (comment) Let me know if you still have questions! |
Beta Was this translation helpful? Give feedback.
@jonny-dengro hey!
If your app is accessible under a certain subdirectory only, then you'll also need to update Livewire configuration, because that's a dependency for the Log Viewer and be default it loads its resources from the root path.
Check this answer for more information - #8 (comment)
Let me know if you still have questions!