Hi,
I run Agola using
$ agola serve --components all-base --config config.yml
but it seems the web server only responds with a blank page:
$ curl -i localhost:3000
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Date: Thu, 20 Jul 2023 09:10:41 GMT
Content-Length: 13
<pre>
</pre>
Port 3000 is what I configured it to listen on:
gateway:
web:
listenAddress: ":3000"
There’s nothing logged upon accessing the web server.
Any ideas what I’m missing? I use the sample configuration with a local sqlite database.