development subdomain
question on filament: I have a dev server and it has the address someting like dev.xxx.yy and I have an alias in Nginx, for example, qqq so at the end I have some link that looks like dev.xxx.yy/qqq. The issue is when I go to the admin panel, it loads the loginform but that is it. I have create a user, so I can login but I get a 404 on the link dev.xxx.yy/livewire/livewire.js?id=5d3e67e0 so the alias is not present. What should I do in this case?
8 Replies
I also tried the ->domain() in the Provider but no success. maybe I've just done this wrong or something ...
any idea is much appreciated
the same with ->path()
have you configure the .env file for APP_URL
yes, the APP_URL is dev.xxx.yy/qqq
run
php artisan storage:link
I did and it is the same result.
it is doing the request to dev.xxx.yy/livewire/livewire.js?id=5d3e67e0 so the qqq is not present and it returns a 404
maybe this has something interesting :
php artisan optimize:clear
?
Check if the file exists, it could be a server configuration issue