Shubham chugh
Help Needed: Unexpected Behavior in Laravel Filament with APP_DEBUG=true
I noticed something that might be causing the problem. When the "app_debug" setting is set to true, the program loads '/livewire/livewire.js'. But when it's set to false, it loads '/livewire/livewire.min.js'.
I'm not sure if this is what's causing the issue though.
livewire: https://github.com/livewire/livewire/blob/14d59b01c7100de8018121b4b6ccd3c965fafe4f/src/Mechanisms/FrontendAssets/FrontendAssets.php#L20-L26
9 replies
spaite tags loading all tags
@Dan Harrin When I attempt to load the post resource, all post tags are also loading automatically. Given that there are a significant number of tags, it causes the browser tab to crash.
Expected Behavior:
Upon loading the Post Page, tags should not load automatically. When I initiate a search for tags, only a limited number of tag suggestions should appear.
6 replies