Apperence change in production environment
I have deploy my filament app in railway, and all works fine. But when render page, some style is different that local environment. Background form fields are white color and his text is white too. In dashboard doesn't show title app, and the side menu are out of square with main content. I am using default theme, and try with ligth and darkmode.
I force https to production environment and set asset url with https. Browser not show error loading css.
@aleks help me in Filament discord, can you help me?
9 Replies
Project ID:
317b6667-b129-435d-9147-958bd5f66c31
Project Id 317b6667-b129-435d-9147-958bd5f66c31
Are there errors in the browser console?
No, console is empty
What about in the network tab?
Network browser seems ok, dont shows error 😦
Do you have your ASSET_URL set correctly?
I'm not sure what else could be the problem - I just deployed a Filament app the other day, and it's working fine.
my env vars:
APP_URL=https://fronteniscyl.up.railway.app
ASSET_URL=https://fronteniscyl.up.railway.app
some dasy ago, try to deploy sMe github project in order railway project and reproduce the same problem