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?
Solution:
try to add in your .env ASSET_URL=https://app.example.com/
Jump to solution
10 Replies
LeandroFerreira
the setup?
Roberto
RobertoOP2y ago
i'm getting this error. does it help?
No description
Roberto
RobertoOP2y ago
@Leandro Ferreira
LeandroFerreira
maybe CORS? https x http import?
Roberto
RobertoOP2y ago
cloudflare is https://app.example.com laravel env has http://app.example.com is it cors issue?
LeandroFerreira
try to set https in .env
Roberto
RobertoOP2y ago
no difference after changing .env to https
Roberto
RobertoOP2y ago
No description
Solution
LeandroFerreira
try to add in your .env ASSET_URL=https://app.example.com/
Roberto
RobertoOP2y ago
wow it worked. thank you

Did you find this page helpful?