
i getting error "Cannot find package 'undici'" I installed undici package and import like this:
import { fetch } from 'undici';

what's your function build settings?

Node-16.0

please share a screenshot of the build command section of the settings

even on locally i getting the error

Can you share your folder structure and your package.json?

{ "name": "azure", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo Error: no test specified && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "undici": "^6.21.3" } }
Recommended threads
- Get all Documents and Expanded Relations...
I have multiple (quite small) collections that have many-to-many relationships. How can we return all documents and expanded relationship for a specific collec...
- The new Bulk API and Realtime updates
It seems that the new Bulk API doesn't actually send realtime updates which is making a huge problem for me. I also wanted to know different is it deleting mul...
- Which repo is used for cloud.appwrite.io...
I made a PR and it got merged into appwrite/console Repo. - It had this description: "The console that makes Appwrite tick from the browser" - I assumed this i...
