Login not working after migrating to domain to subfolder

I had filament setup on my local environment to be served on root, so no /admin. Finally we won't have a subdomain and need to host it on a folder within an existing domain, so i installed laravel in a folder /leads, when I hit the page I'm welcomed by Filament's login screen, but i am unable to login. Upon reviewing it seems like Filament is trying to load index.php and livewire from the root / instead of /leads. Any ideas?
2 Replies
toeknee
toeknee8mo ago
clear routes and caches
doterobcn
doterobcn8mo ago
Thanks, It seems like the issue is with livewire. Setting up 'asset_url' is not working as expected and looking at their code I can see why. Also its not picking up the value for other settings.