h
:)
b
Thats why you need a frontend developer 😂
g
Some feedback regarding “local development” (which is linked here): it would be very valuable to mention e.g. the Next.JS “Ory Cloud API bridge” (and I assume there’s something similar for similar frameworks like Nuxt). This makes local development so much more simple and removes issues with domains and Cookies for example.
@high-optician-2097
We wish he would have found that right from the start… 🙂
h
That’s good to know! Do you mean the
@ory/integrations
package in NPM? Or something else?
How did you find it in the end by the way?
g
@high-optician-2097 `
Copy code
import { config, createApiHandler } from '@ory/integrations/next-edge'
in our specific case.
How did you find it in the end by the way?
I’m not sure if I remember correctly, but it might have been on https://www.ory.sh/nextjs/ in the code example next to “Remove complexity”
edge-function.ts
. So by lucky chance.
Or maybe via the guides that popped up in Ory Console. I think they had not been there when we first started with Ory cloud.
https://www.ory.sh/docs/getting-started/local-development still does not mention it. I think this is where it should go for Next.JS / other framework too.
h
Sorry, I missed the notification on this - I agree, we should add the package @ory/integrations to https://www.ory.sh/docs/getting-started/local-development for easier discovery. @wonderful-lamp-2357 WDYT?