PLEASE help us help you by writing a good post!
- We need to know your netlify site name. Example:
gifted-antelope-58b104.netlify.app - DNS issues? Tell us the custom domain, tell us the error message! We can’t help if we don’t know your domain.
- Build problems? Link or paste the FULL build log & build settings screenshot
- Did you try Ask Netlify, our generative AI chatbot, before posting? It pulls info from Support Guides and recent solved forums posts.
The better the post - the faster the answer.
Hello,
I just added two new netlify function to my site dynamic-sprinkles-028bfa that is going to use blobs.
One function “add-token” that is responsible for adding a blob, which is just a json with some information into the blobs and “schedule-meeting” that will read that same blob to retrieve information.
When I access the function endpoint I get the following error:
```
Nov 19, 05:09:01 PM: 78505385 ERROR Error adding token: MissingBlobsEnvironmentError: The environment has not been configured to use Netlify Blobs. To use it manually, supply the following properties when creating a store: siteID, token
at getClientOptions (/var/task/netlify/functions/add-token/index.js:435:15)
at getStore2 (/var/task/netlify/functions/add-token/index.js:885:31)
at exports.handler (/var/task/netlify/functions/add-token/index.js:1065:19)
at Runtime.handleOnceNonStreaming (file:///var/runtime/index.mjs:1306:29)
```
Per the documentation I did not try to add any environment variable or anything so I assumed it should just work.
Let me know if this is enough information or you need something else.
Thanks