Hi Netlify support,
My Netlify site is:
market-day-group-creator.netlify.app
This is not a DNS issue. I am not using a custom domain.
This is not a build failure. The deploys build successfully, but the deployed site intermittently returns:
Internal Server Error
Framework and versions:
Next.js 16.2.6
React 19.2.4
React DOM 19.2.4
@supabase/ssr ^0.10.3
@supabase/supabase-js ^2.106.2
The app does not directly use Netlify Blobs.
The function logs repeatedly show this error:
Error [MissingBlobsEnvironmentError]: The environment has not been configured to use Netlify Blobs. To use it manually, supply the following properties when creating a store: deployID
at getDeployStore (.netlify/dist/run/storage/regional-blob-store.cjs:780:11)
at getRegionalBlobStore (.netlify/dist/run/storage/regional-blob-store.cjs:833:10)
at getMemoizedKeyValueStoreBackedByRegionalBlobStore (.netlify/dist/run/storage/storage.cjs:48:69)
at new NetlifyCacheHandler (.netlify/dist/run/handlers/cache.cjs:55:92)
What happens:
-
The site works initially.
-
After clicking around, or sometimes after leaving the browser open and then navigating again, pages begin returning Internal Server Error.
-
Once the error starts, it can affect multiple routes, including /login and /dashboard/proposed-teams.
-
The error appears in the Netlify function logs as MissingBlobsEnvironmentError in NetlifyCacheHandler.
-
There is no app-code stack trace shown in the log.
Routes where I have seen the error include:
/login
/dashboard/proposed-teams
/dashboard/create-event
/dashboard/guides/poster?eventId=…
Things already tried:
-
Local production build succeeds.
-
Netlify deploy succeeds.
-
Retried deploy with cleared cache.
-
Set NETLIFY_NEXT_SKEW_PROTECTION=true and redeployed.
-
Removed explicit revalidatePath calls from the app and redeployed.
-
Rolled production back to an earlier deploy, which restored the live site.
-
Tested branch deploys. A branch deploy using code that appears stable in production still eventually produced the same MissingBlobsEnvironmentError.
Current state:
Production is currently rolled back and stable at main@50e79d7.
The problematic deploys include later production and branch deploys where the runtime function logs show MissingBlobsEnvironmentError.
My question:
Is this a known issue with the Netlify Next.js runtime/cache handler or Netlify Blobs deploy-store setup for Next.js sites?
What is the recommended fix or workaround when the app does not use Netlify Blobs directly, but NetlifyCacheHandler is throwing MissingBlobsEnvironmentError?
I can provide deploy IDs, timestamps, build settings screenshots, and fuller logs if needed.
Example function log:
May 31, 03:51:09 PM: facbaac0 ERROR ⨯ Error [MissingBlobsEnvironmentError]: The environment has not been configured to use Netlify Blobs. To use it manually, supply the following properties when creating a store: deployID
at getDeployStore (.netlify/dist/run/storage/regional-blob-store.cjs:780:11)
at getRegionalBlobStore (.netlify/dist/run/storage/regional-blob-store.cjs:833:10)
at getMemoizedKeyValueStoreBackedByRegionalBlobStore (.netlify/dist/run/storage/storage.cjs:48:69)
at new NetlifyCacheHandler (.netlify/dist/run/handlers/cache.cjs:55:92)
May 31, 03:51:09 PM: facbaac0 Duration: 1802.23 ms Memory Usage: 156 MB

