Skip to content

[scope:core] Netlify Blobs Functions: context.env.BLOBS does NOT work. Must...

[scope:core] Netlify Blobs Functions: context.env.BLOBS does NOT work. Must use import { getStore } from "@netlify/blobs" and getStore("store-name"). The context.env.BLOBS approach fails with "Cannot read properties of undefined". This affects both blobs-proxy.js and blobs-ingest.js.

[scope:core] Netlify Blobs Functions: context.env.BLOBS does NOT work. Must use import { getStore } from "@netlify/blobs" and getStore("store-name"). The context.env.BLOBS approach fails with "Cannot read properties of undefined". This affects both blobs-proxy.js and blobs-ingest.js.

[scope:core] Netlify Blobs Functions: context.env.BLOBS does NOT work. Must use import { getStore } from "@netlify/blobs" and getStore("store-name"). The context.env.BLOBS approach fails with "Cannot read properties of undefined". This affects both blobs-proxy.js and blobs-ingest.js.