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)
Was this page helpful?