Hi, please could you help me? I have an issue, error: ReferenceError: global is not defined at ../../node_modules/isomorphic-form-data/lib/index.js i noticed that it happends when i import appwrite package
Would you know what is the issue?
(I am using Sveltekit)
please @Drake or anyone, you are using this in appwrite package. And it says that is does not exits, could anyone know where is the problem? Appwrite was always working till now. I looked up and this package(isomorphic-form-data) was always used by appwrite-package.
Please don't ping people as it can be very disruptive.
I don't know about this. You can search online for sveletekit and global to try and find a solution
Sorry for that, thank you for your time
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...