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