Next.js Discord

Discord Forum

Failed to load static props

Unanswered
Asian swamp eel posted this in #help-forum
Open in Discord
Asian swamp eelOP
To provide more information:

We first noticed this behavior approximately two weeks ago, immediately after launching our site to the public.

Our Sentry error logs reveal that an internal framework error is occurring, specifically "Failed to load static props." This error seems to be thrown during the hydration process on the client side. The reason for this is that we have observed that attempts to fetch _next/data with a stale build ID result in a 404 error.

We suspect that the issue may be connected to the combined use of Incremental Static Regeneration (ISR), dynamic routes, and middleware within our application.
We are seeing requests to _next/data/{buildId}/{page_path}.json return 404

â—‹ The page is dynamic

• These requests appear to be using a stale build ID

• These requests are made after a new production build has been deployed

Have you experienced this behavior before?

0 Replies