Laravel-Backpack / basset

Better asset helpers for Laravel apps.
MIT License
155 stars 11 forks source link

Basset Fetching issues on web server #87

Closed mous13 closed 1 year ago

mous13 commented 1 year ago

I'm running Laravel on a webserver hosted by A2 and it seems I keep coming across a Basset fetching error, see picture for reference. Now upon the error, it does give a few suggestions on how to rectify the issue however I've checked each of the suggestions and none have worked for me.

I presume it's because of the host's setting but I just wanted to get another perspective's assistance. BassetIssues

mous13 commented 1 year ago

Fixed it by changing the APP_URL in .env and config/app.php to my website's url.

tabacitu commented 1 year ago

Excellent. That would have been my first suggestion, the APP_URL 😉

Thanks for coming back with the fix, I’m sure it’ll help someone someday.

Cheers!