Whoops right, sorry about that…
I stopped the instance and restarted.
For more granularity (if helpful), the errors occurred in this order:
…when putting my Pi’s IP http://192.168.XX.XXX/
in the browser…
stack-1 | INFO Client error {“duration”: 0.0011, “error”: “error:pkg/account:not_authenticated (not authenticated)”, “error_cause”: “error:pkg/account/session:auth_cookie (get auth cookie)”, “http.method”: “GET”, “http.path”: “/oauth/api/me”, “http.status”: 401, “namespace”: “web”, “peer.address”: “192.168.10.127:54576”, “request_id”: “01HQ6X5WAXD8TYWB9M5W8FHNPP”}
stack-1 | INFO Client error {“duration”: 0.0002, “http.method”: “GET”, “http.path”: “/assets/oauth-favicon.ico”, “http.status”: 404, “namespace”: “web”, “peer.address”: “192.168.10.127:54577”, “request_id”: “01HQ6X5WCCFASF0AXFEHZEYZC5”}
…then after entering credentials (user name and password)…
stack-1 | WARN OAuth error {“error”: “error:pkg/oauth:invalid_redirect_uri (invalid redirect URI)”, “error_cause”: “urls don’t validate: localhost/noc/oauth/callback;/noc/oauth/callback / /console/oauth/callback”, “http.method”: “GET”, “http.path”: “/oauth/authorize”, “namespace”: “web”, “peer.address”: “192.168.10.127:54591”, “request_id”: “01HQ6X9WSRYMKCC8TN16FJWHGD”, “tenant_id”: “default”}
stack-1 | INFO Client error {“duration”: 0.0169, “error”: “error:pkg/oauth:invalid_redirect_uri (invalid redirect URI)”, “error_cause”: “urls don’t validate: localhost/noc/oauth/callback;/noc/oauth/callback / /console/oauth/callback”, “http.method”: “GET”, “http.path”: “/oauth/authorize”, “http.status”: 403, “namespace”: “web”, “peer.address”: “192.168.10.127:54591”, “request_id”: “01HQ6X9WSRYMKCC8TN16FJWHGD”}
…then the hang occurs.