F
Filament8mo ago
Walid

CSS isn't working after deploying filamentphp app to free hosting for testing.

after deployng my application to a free hosting i got just the login page without any styling, same for "ngrok"
4 Replies
toeknee
toeknee8mo ago
Sounds like you have not run the storage link, or setup the url in the .env.
Walid
Walid8mo ago
I didn't change anything from .env this is my .env file: APP_NAME=Skyle APP_ENV=local APP_KEY=my_app_key APP_DEBUG=true APP_URL=http://localhost:8000 by the way i am using ngrok
toeknee
toeknee8mo ago
You really need to spen some time learning Laravel. You need to update your .env, is the app url really localhost when it's now in the cloud?
Walid
Walid8mo ago
Thank you so much