quiet-intern-84955
12/10/2021, 4:56 PMbasePath
in the config here: https://github.com/ory/kratos-selfservice-ui-react-nextjs/blob/master/pkg/sdk/index.ts then I get the following error:export const oryBrowserClient = new V0alpha2Api(
new Configuration({ ...edgeConfig, basePath: "<http://localhost:3000/api/.ory>" }),
);
it works fine, but obviously will break when deploying