https://www.ory.sh/ logo
a

adventurous-window-85960

02/03/2022, 3:29 PM
although the live demo link on that page returns this on sign in. Same issue when deploying against an early access account on cloud
Copy code
{
error: {
code: 404,
status: "Not Found",
request: "ebeaa314-d275-4843-8c97-ee3ec13a05dd",
reason: "The requested Ory Cloud Project does not exist. Please ensure your custom domain or Ory Cloud Project Slug are correct.",
message: "project not found"
}
}
m

magnificent-energy-493

02/03/2022, 4:29 PM
Thanks for reporting this Umar. I think this is related to a recent change in the SDK
can you try switching out
Copy code
import { Configuration, Session, V0alpha2Api } from '@ory/kratos-client'
for
Copy code
import { Configuration, Session, V0alpha2Api } from '@ory/client'
? I created an issue to track this bug https://github.com/ory/kratos-nextjs-react-example/issues/7
a

adventurous-window-85960

02/03/2022, 5:26 PM
same issue unfortunately
Copy code
{
error: {
code: 404,
status: "Not Found",
request: "b20d9ffc-7209-4d2f-ac67-342d0affacd8",
reason: "The requested Ory Cloud Project does not exist. Please ensure your custom domain or Ory Cloud Project Slug are correct.",
message: "project not found"
}
}
for reference
m

magnificent-energy-493

02/03/2022, 5:38 PM
it was some regression problem in the @ory/integrations package
a

adventurous-window-85960

02/03/2022, 5:41 PM
cool yeah i can see it work … can i point as well to a local deployment of kratos by overriding the url ORY_SDK_URL=localhost:4455
also fixed locally thanks