Notification to new entry in poll has wrong URL

Hi, I have successfully installed Polls. Whenever someone is making a new entry, I get an email notification. Unfortunately the URL in the Mail to my Nextcloud instance is wrong - it points to https://servername:444/nextcloud

I have my nextxcloud running on Port 443 - where can I change the mail notification URL?

I use Nextcloud 19.0.3 in Debian Linux.

I’m afraid we would need more info about your issue… since it works perfectly, usually.

OK, I got it fixed. The URL is from config.php:
‘overwrite.cli.url’ => ‘https://servername:443/nextcloud’,

Here the wrong entry was:
‘overwrite.cli.url’ => ‘https://servername:444/nextcloud’,

Now it works - Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.