Greetings ! - i have self-hosted "oryd/kratos:v0.1...
# talk-kratos
b
Greetings ! - i have self-hosted "oryd/kratos:v0.11.0" in my local machine. when i try to run sample self-service application "kratos-selfservice-ui-node" from https://github.com/ory/kratos-selfservice-ui-node, by default it is connection to 'https://playground.projects.oryapis.com' instead of locally installed to kratos instance.. even if i hard code "basePath" with value of localhost kratos as below
let sdk = new V0alpha2Api(
new Configuration({
basePath: '<http://127.0.0.1:4434>',
// accessToken: "Your Ory Cloud API Key / Personal Access Token"
}),
)
am i doing correctly or should i do develop my own sdk to connect to locally hosted kratos.. kindly help..