---
title: Reserved Page Prop
url: "https://nextjs.org/docs/messages/reserved-page-prop"
docs_index: /docs/llms.txt
---



## Why This Error Occurred

In a page's `getInitialProps` a reserved prop was returned. Currently the only reserved page prop is `url` for legacy reasons.

## Possible Ways to Fix It

Change the name of the prop returned from `getInitialProps` to any other name.
