-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
👟 Reproduction steps
Run appwrite init function and select the deno runtime.
Deploy the function.
👍 Expected behavior
It should deploy.
👎 Actual Behavior
It fails to deploy due to importing https://deno.land/x/appwrite@6.0.0/mod.ts in src/deps.ts.
This version is broken due to https://deno.land/x/appwrite@6.0.0/src/inputFile.ts importing https://deno.land/std/streams/conversion.ts which does not exist anymore.
This is fixed in https://deno.land/x/appwrite@7.0.0/src/inputFile.ts
🎲 Appwrite version
Version 1.3.x
💻 Operating system
MacOS
🧱 Your Environment
Server is running v1.3.7 on docker on a macos server. I have added the deno runtime to the runtime list. Other than that and cloudflare as my proxy, not much is very customized.
👀 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?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working