Moved from here (https://phabricator.wikimedia.org/T372599) per @roti_WMDE's request (thanks!).
Essentially, I've launched a local Wikibase on my Windows machine. It is running at the default host (https://wikibase.example.com/) per the instructions @roti_WMDE provided here: https://wikibase.example.com/.
Long story short, when I checked the SPARQL endpoint (https://wikibase.example.com/proxy/wdqs/bigdata/namespace/wdq/sparql) I would get the following:
Not Found The requested URL was not found on this server. Apache/2.4.59 (Debian) Server at wikibase.example.com Port 80
I then realized that the SPARQL endpoint may have been relocated as the hosts file was changed (re: https://phabricator.wikimedia.org/T372177). In .env the WDQS_FRONTEND_PUBLIC_HOST is set as the default wdqs-frontend.example.com. When visiting wdqs-frontend.example.com, I get DNS_PROBE_FINISHED_NXDOMAIN as the error in Chrome.
At this stage I'm just wondering, do I have to modify something to get access to the query service front-end or the SPARQL endpoint? Would a similar change be necessary for QuickStatements? Thanks so much!