Can't access to local address https://nextcloudpi due to DNS_PROBE_FINISHED_NXDOMAIN

Hi,

On my brand new Raspeberry Pi 4 (version: raspbian-buster-lite), I have freshly installed NexCloud Pi via the curl command:

curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash

But, in my home network, I cannot browse to https://nextcloudpi or https://nextcloudpi.local

The error message coming up is
# This site can’t be reached
nextcloudpi ’s server IP address could not be found.
**** [Try running Windows Network Diagnostics](javascript:diagnoseErrors()).***
DNS_PROBE_FINISHED_NXDOMAIN

Note:

  • Before running the curl command in root access, I made sure to sudo apt-get update && sudo apt-get upgrade.

  • The Raspberry Pi 4 has been given a static IP address (192.164.1.221/24), and has access to the Internet. I have checked the Internet connectivity. The good thing is I can get access to NextCloudPi Configuration Tool (ncp-config) as well.

Does somebody please have a clue what’s going on? Is there something I am missing that needs to be checked out? Thanks for your advice ans support.

Funk4delic