caddy -version)?0.11.0
Serve static sites
rob.hilgefort.me, www.rob.hilgefort.me, robhilgefort.com, www.robhilgefort.com {
root /var/www/rjh-personal-page/public
tls [email protected]
internal /.git
git {
repo [email protected]:rjhilgefort/rjh-personal-page.git
branch master
key /home/rjhilgefort/.ssh/id_rsa
path ../
then yarn install --offline
then yarn run gatsby:build
hook /caddyhook not-my-real-secret
}
gzip
redir 301 {
if {scheme} is http
/ https://{host}{uri}
}
}
/usr/local/bin/caddy -log stdout -agree=true -conf=/etc/caddy/Caddyfile -root=/var/tmp
VPS on Digital Ocean. Debian.
no errors in the console
I'm seeing an issue when it loads and while the page is running.
Unchecked runtime.lastError: The message port closed before a response was received.

I'm just running on a Digital Ocean VPS, serving up a static site using the command I pasted above. Please let me know what other info would be helpful.
This is also causing problems in iOS safari that causes the page not to load.
Hmm, this does not look like a Caddy error. (Caddy errors would not be rendered client-side.)
This seems like a browser extension issue, or due to some JS loaded on your page. Nothing here points to an issue with Caddy.
I installed FireFox and tried- does seem to be some extension. Sorry for the issue.
Most helpful comment
I installed FireFox and tried- does seem to be some extension. Sorry for the issue.