### What? Fixes issue with stale locale from searchParams ### Why? Bad use of useEffect/useState inside our useSearchParams provider. ### How? Memoize the locale instead of relying on the useEffect which was causing unnecessary renders with stale values.
Payload 3 with Custom Server
Uses a Next.js Custom Server with express.
Made from official examples/custom-server from Next.js repository.