aspiredev - #❓questions my twill app is working...
# ❓questions
a
#811986149064441927 my twill app is working perfectly on my system but i got this error when i publish to laravel forge

https://cdn.discordapp.com/attachments/811986149064441927/1109066974547419196/Screenshot_2023-05-15_at_8.19.51_PM.png

i
what is your APP_URL ?
Does it contain http/https?
a
i
ok, any proxy/cdn on top of your forge site?
a
none that i'm aware of
i
try
php artisan view:clear
(in case some views were cached with http urls before you added the SSL certificate)
a
Still no luck
i
sorry to hear. so this isn't really a Twill issue, it's your laravel application that is receiving a http request and as a result generates url using http instead of https to respect the incoming request scheme (hence my question about proxy/cdn on top of your application earlier)