# Page Not Found

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

- [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_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_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_USE_NATIVE_FETCH](/docs/conformance/rules/nextjs_use_native_fetch.md): Conformance is available on Enterprise plans This rule is available from version 1.1.0. Next.js extends the native Web fetch API with additional

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