appwrite/sdk-generator

๐Ÿš€ Feature: Migrate from `isomorphic-formdata` to `formdata-node`

Closed this issue ยท 0 comments

loks0n commented

๐Ÿ”– Feature description

Migrate from isomorphic-formdata to formdata-node.

๐ŸŽค Pitch

The isomorphic-formdata package depends on formdata package.
The formdata package depends on node builtins util and path.
These builtins are often not available in popular server runtimes, such as Vercel functions, leading to runtime errors.

formdata-node is isomorphic and has no such builtin dependencies.

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?