Trying to demo a site on Heroku. Worked wonderfully on local.
Got most of it running, but there’s issues when I deploy to Heroku.
Pages like menu work, and I have the URL but I don’t think the forum system will let me post it.
But the index shows “Error, we’re sorry, something went wrong and the page cannot display.”
When reinstalling using setup.php, the index works fine and pulls up, but pulls up a broken image.
When I go to the admin panel to replace the image, this causes the current issue of the error on the index.
My first thought was file system issues, since Heroku’s ephemeral. I changed to S3 bucket for storage, updated my config/filesystems.php and believe my settings are correct. Redeployed and reinstalled the package using setup.php and same issue.