Hey all, I am trying to migrate my self-hosted ket...
# ory-network
k
Hey all, I am trying to migrate my self-hosted keto & kratos to the Ory Network, however there is an issue when I try to open my application with localhost, I am using ory tunnel to tunnel my project to localhost as instructed here, however when I try get a login flow using the sdk I am getting this error:
{"code": 404,"message": "No resource found using the specified hostname.","reason": "Invalid hostname","status": "Not Found"}
I did not find any solution online that stated this error, this is the first time I am seeing this error message returned from Ory, any help would be highly appreciated!
b
How are you configuring the SDK? E.g. which url do you use?
k
The same as given in the example, localhost:4000
In the tunnel command I used project_id and not project_slug, this was causing the error. I also made a PR with a small change in the documentation to avoid future issues for other developers.
❤️ 1