Hey,
So I set up a DigitalOcean app to pull from Github repo and run heroku-php-nginx
to deploy to a URL.
Locally the repo works normally via Laravel Valet with nginx
as well, but when deployed I canāt seem to access the /panel
.
Since deployed without content
folder (as suggested to add it to .gitignore
), I manually created /content/home/home.txt
to test the Home pageāit works, but with no styles, for some reason, even though /assets/
are deployed.
I turned on my debug and installation in config.php
as this is the first deployment. Not seeing any logs though, and the panel is still inaccessible.
I also did run
find -type f | xargs chmod 644 ; find -type d | xargs chmod 755
just to exclude the write access issueāno luck.
Would appreciate any help!