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
Morpheus
MorpheusOP14mo ago
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()
toeknee
toeknee14mo ago
have you configure the .env file for APP_URL
Morpheus
MorpheusOP14mo ago
yes, the APP_URL is dev.xxx.yy/qqq
toeknee
toeknee14mo ago
run php artisan storage:link
Morpheus
MorpheusOP14mo ago
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
Morpheus
MorpheusOP14mo ago
maybe this has something interesting :
No description
Sanchit Patil
Sanchit Patil14mo ago
php artisan optimize:clear ?
toeknee
toeknee14mo ago
Check if the file exists, it could be a server configuration issue
Want results from more Discord servers?
Add your server