Some features not working on production
Hello there,
filament3 worked great on my computer. but when i deployed on production. it didn't work properly. some features are not working including
1. search functionality
2. polling of filament table
e.t.c
what could be the problem?
10 Replies
the setup?
i'm getting this error. does it help?
@Leandro Ferreira
maybe CORS? https x http import?
try to set https in .env
no difference
after changing .env to https
Solution
try to add in your .env
ASSET_URL=https://app.example.com/
wow it worked. thank you