I've seen adding const frontend = new FrontendApi(...
# ory-selfhosting
l
I've seen adding const frontend = new FrontendApi( new Configuration({ basePath: process.env.KRATOS_BROWSER_URL, baseOptions: { withCredentials: true } }), ); the withcredentials part solved it for someone.Not me though...