Filament CSS not loading in NGROK

Hello everyone, I'm currently facing an issue with my filament project when accessing it via NGROK – the CSS doesn't seem to be loading properly. Only the basic styling loads. Any suggestions on how to resolve it would be greatly appreciated. Thanks in advance!
Solution:
Or your APP_URL is wrong. When going through a trusted proxy the url for the assets needs to be adjusted (otherwise it's using your local address and that's not available of course)
Jump to solution
5 Replies
Dennis Koch
Dennis Koch2y ago
Check the console for errors. Maybe some proxy issues?
Solution
Dennis Koch
Dennis Koch2y ago
Or your APP_URL is wrong. When going through a trusted proxy the url for the assets needs to be adjusted (otherwise it's using your local address and that's not available of course)
ianclemence
ianclemenceOP2y ago
Thank you. It was an issue with the proxies. Now it's resolved
Charles
Charles3mo ago
@Dennis Koch What adjustment have to be made to the APP_URL in particular?
Dennis Koch
Dennis Koch3mo ago
Not sure that's an issue ngrok. I guess trusted proxies is the place were things go wrong

Did you find this page helpful?