Next.js
Next.js createContext used in a Server Component
Next.js detected React context creation inside a Server Component, which is unsupported because createContext only works in Client Components.
Next.js
Next.js detected React context creation inside a Server Component, which is unsupported because createContext only works in Client Components.
Observed message
createContext in a Server Component
Why it happens
How to fix it
Official reference
Next.js Docs: createContext in a Server ComponentRelated errors
Explore more