Clicked on WYSIWIG to add image in text
Add image with correct url to the image (https://acoolsite.nyc3.digitaloceanspaces.com/posts/10578_432266693547706_1658074314_n.jpg)
Get some funky url that will only work if user is signed in. It needs to be the absolute path to the image. (http://acoolsite.dev/admin/elfinder/connector?_token=uTw17WEtWI4oZM8fvAHK6riPs8mwIEquK0zt1Kzd&cmd=file&target=fls2_cG9zdHMvMTI3MTEzMDhfMTAxNTI5NjM2NTI3ODI4MjRfNjcxMTM1ODEzMjMzMTIzNjExOF9vLmpwZw)
Config the elFinder and ask on StackOverflow
Laravel 5.5 | Backpack ^3.2
To fix this I had to add a URL to my disk in Elfinder.php
'disks' => [
'spaces' => [
'URL' => url('https://mydomain.nyc3.digitaloceanspaces.com'),
],
],
The above appears to be a valid solution; closing.
The solution proposed by @packytagliaferro works fine
Most helpful comment
To fix this I had to add a URL to my disk in Elfinder.php