I'm getting this error locally all of the sudden, ...
# ory-network
b
I'm getting this error locally all of the sudden, worked fine yesterday, only thing I did was restart. Any ideas?
Copy code
{
  "data": {
    "error": {
      "code": "404",
      "details": {
        "ruleId": "56ffc9cb"
      },
      "message": "Invalid Hostname",
      "reason": "No resource found using the specified hostname.",
      "status": "Not Found"
    }
  },
  "status": 404,
  "statusText": "Not Found",
  "url": "<http://localhost:3001/>"
}
Interestingly, this worked now after changing the tunnel
project
parameter from the project ID to the project slug.
s
Is this reproducible? Can you share the exact setup that triggers this?