Thanks for the reply -- I'm a bit out of my depth here. I'm not connecting through a VPN, although I am running Adguard Home in a TrueNAS jail. But I've tried taking that out of the equation and the result is still the same. I'm not aware of having done anything else with port 2324.
I'm getting the "cannot connect to 0.0.0.0:2324" message with # photoprism status, so photoprism itself is failing to connect. I'm also getting an error message on start in photoprism's logs:
level=error msg=“html/template: no files named in call to ParseFiles”
With curl I get:
Trying 127.0.0.1:2324…
connect to 127.0.0.1 port 2324 failed: Connection refused
Trying [::1]:2324…
connect to ::1 port 2324 failed: Connection refused
Failed to connect to localhost port 2324 after 0 ms: Couldn’t connect to server
With Invoke-WebRequest I get
Invoke-WebRequest : Unable to connect to the remote server
At line:1 char:1
+ Invoke-WebRequest
http://192.168.0.15:2324
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand