# Page Not Found

`/docs/conformance/rules/nextjs_unneeded_get_server_side_props` does not exist. Similar pages:

- [NEXTJS_NO_GET_INITIAL_PROPS](/docs/conformance/rules/nextjs_no_get_initial_props.md): Conformance is available on Enterprise plans getInitialProps is an older Next.js API for serverside rendering that can usually be replaced with
- [NEXTJS_NO_FETCH_IN_SERVER_PROPS](/docs/conformance/rules/nextjs_no_fetch_in_server_props.md): Conformance is available on Enterprise plans Since both getServerSideProps and API routes run on the server, calling fetch on a nonrelative URL will
- [NEXTJS_UNNEEDED_GET_SERVER_SIDE_PROPS](/docs/conformance/rules/nextjs_unneeded_get_server_side_props.md): Conformance is available on Enterprise plans This rule will analyze each Next.js page's getServerSideProps to see if the context parameter is being
- [Conformance Rules](/docs/conformance/rules.md): SIDE\_PROPS](/docs/conformance/rules/NEXTJS_UNNEEDED_GET_SERVER_SIDE_PROPS) Requires using native fetch which Next.js provides, removing the need for
- [NEXTJS_NO_CLIENT_DEPS_IN_MIDDLEWARE](/docs/conformance/rules/nextjs_no_client_deps_in_middleware.md): Conformance is available on Enterprise plans This check disallows dependencies on client libraries, such as react and next/router in Next.js

All pages: [/llms.txt](/llms.txt)
