What's integrations/next-edge? Does it have anythi...
# ory-network
c
What's integrations/next-edge? Does it have anything to do with nextjs's edge api?
p
Hi @careful-kangaroo-59324 the
ory/integrations
package is a utility library for a mixture of common features. One of the features
next-edge
is to create a proxy within the nextjs app to mirror Ory APIs under the same domain to avoid CORS and cookie issues. https://github.com/ory/integrations#vercel We don't recommend using this in production and to rather use custom domains which solves the cookie and cors issues. https://www.ory.sh/docs/guides/custom-domains Also see how it is used in our quickstart guide https://www.ory.sh/docs/getting-started/integrate-auth/nextjs#install-ory
❤️ 1