Hi,
I recently deployed Automad on a web app (Digitalocean), pulling the code from GitHub directly. Everything went well and I created the first user to connect to the dashboard. So until here, no issues at all, until I tried to navigate to the homepage of the website, which returns a 500 HTTP error. Could someone point me in the right direction to solve this issue?
Here's the link: https://mekanika-support-automad-ajurf.ondigitalocean.app/
The sign-in page that works: https://mekanika-support-automad-ajurf.ondigitalocean.app/dashboard
Here is a copy of the app spec:
name: mekanika-support-automad
region: ams
services:
- environment_slug: php
github:
branch: master
deploy_on_push: true
repo: tevarg/mekanika-support-automad
http_port: 8080
instance_count: 1
instance_size_slug: professional-xs
name: mekanika-support-automad
routes:
- path: /
run_command: heroku-php-apache2
source_dir: /
Thank you very much!