79485385

Date: 2025-03-05 03:38:01
Score: 0.5
Natty:
Report link

so, normally, it works when you just add ASSET_URL on your .env configuration. but in my case, that's not work too.

and the solution is.. just add this to AppServiceProvider.

URL::forceScheme('https');

it will force your asset to load using https. and just it

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: razorext