I am trying to use ory cloud with self hosted hydr...
# ory-network
c
I am trying to use ory cloud with self hosted hydra. I tried based on this repo https://github.com/atreya2011/go-kratos-test but getting error as
Copy code
{
  "code": 400,
  "debug": "Allowed domains are: [{https   <http://lucid-lumiere-j7x2l100b1.projects.oryapis.com|lucid-lumiere-j7x2l100b1.projects.oryapis.com> /self-service  false   }]",
  "id": "self_service_flow_return_to_forbidden",
  "message": "The request was malformed or contained invalid parameters",
  "reason": "Requested return_to URL \"/login?login_challenge=2e83b8c3ced14bbaa590e9419a4e1d72\" is not allowed.",
  "status": "Bad Request"
}
Am I missing something?
@User can you please help, please point me to the correct documentation. Thanks