This message was deleted.
# general
m
This message was deleted.
k
we had a similar issue getting the skd to work with the cli proxy/tunnel. This is our sdk config for local development.
Copy code
const ory = new sdk.V0alpha2Api(
  new sdk.Configuration({
    basePath: '/.ory',
    baseOptions: {
      baseURL: oryProjectUrl
    }
  })
);
👍 2