Installed snap, nextcloud.apache inactive

Running ubuntu 18.04, apache2, mysql. Installed the snap but the site isn’t up.
snap info nextcloud says the nextcloud.apache service is not active:
services:
nextcloud.apache: simple, enabled, inactive
nextcloud.mdns-publisher: simple, enabled, active
nextcloud.mysql: simple, enabled, active
nextcloud.nextcloud-cron: simple, enabled, active
nextcloud.nextcloud-fixer: simple, enabled, active
nextcloud.php-fpm: simple, enabled, active
nextcloud.redis-server: simple, enabled, active
nextcloud.renew-certs: simple, enabled, active
But even though enabled, it’s not coming up on reboot either.

I set two trusted domains, but can’t access the site either on the LAN or by internet:
viktor@kaaw:~$ sudo nextcloud.occ config:system:get trusted_domains
localhost
192.168.1.35/nextcloud
.ddns.net/nextcloud

If it’s useful:
viktor@kaaw:~$ ps aux | grep nextcloud
root 1002 0.0 0.0 4640 1676 ? Ss 12:53 0:02 /bin/sh -e /snap/nextcloud/21521/bin/nextcloud-fixer
root 1005 0.0 0.0 4640 1672 ? Ss 12:53 0:00 /bin/sh /snap/nextcloud/21521/bin/renew-certs
root 1007 0.0 0.0 4640 1740 ? Ss 12:53 0:02 /bin/sh /snap/nextcloud/21521/bin/start_mysql
root 1008 0.0 0.0 4640 1656 ? Ss 12:53 0:00 /bin/sh /snap/nextcloud/21521/bin/start-redis-server
root 1012 0.0 0.0 4640 1756 ? Ss 12:53 0:00 /bin/sh /snap/nextcloud/21521/bin/start-php-fpm
root 1014 0.0 0.0 4640 1668 ? Ss 12:53 0:00 /bin/sh /snap/nextcloud/21521/bin/nextcloud-cron
root 1772 0.0 0.0 4640 1776 ? S 12:53 0:00 /bin/sh /snap/nextcloud/21521/bin/mysqld_safe --datadir=/var/snap/nextcloud/21521/mysql --pid-file=/tmp/pids/mysql.pid --lc-messages-dir=/snap/nextcloud/21521/share --socket=/tmp/sockets/mysql.sock
root 1973 0.4 2.2 1733232 181000 ? Sl 12:53 0:38 /snap/nextcloud/21521/bin/mysqld --basedir=/snap/nextcloud/21521 --datadir=/var/snap/nextcloud/21521/mysql --plugin-dir=/snap/nextcloud/21521/lib/plugin --lc-messages-dir=/snap/nextcloud/21521/share --log-error=error.log --pid-file=/tmp/pids/mysql.pid --socket=/tmp/sockets/mysql.sock
root 1978 0.0 0.0 4640 816 ? Ss 12:53 0:00 /bin/sh /snap/nextcloud/21521/bin/delay-on-failure mdns-publisher nextcloud
root 2003 0.0 0.1 1229812 9964 ? Sl 12:53 0:00 mdns-publisher nextcloud
root 2087 0.0 0.3 333544 26800 ? Ss 12:53 0:01 php-fpm: master process (/snap/nextcloud/21521/config/php/php-fpm.conf)
viktor 23244 0.0 0.0 14476 936 pts/0 S+ 15:03 0:00 grep --color=auto nextcloud

Any suggestion or help is greatly appreciated!