templates icon indicating copy to clipboard operation
templates copied to clipboard

🐛 Bug Report: Old deno2 template sdk import

Open TheAndreDev opened this issue 5 months ago â€ĸ 0 comments

👟 Reproduction steps

Hello, in the starter template for DENO 2 an old SDK is imported in which APIs are missing and not up to date. It took me some time to find the error.

in: deno/starter/src/main.ts

import { Client, Users } from "https://deno.land/x/[email protected]/mod.ts";

change to

import { Client, Users } from "https://deno.land/x/appwrite/mod.ts";

Version 7 is old and is missing some APIs.

👍 Expected behavior

the starter templates work and provide a good start

👎 Actual Behavior

old SDK import

🎲 Appwrite version

Appwrite Cloud

đŸ’ģ Operating system

Linux

🧱 Your Environment

No response

👀 Have you spent some time to check if this issue has been raised before?

  • [x] I checked and didn't find similar issue

đŸĸ Have you read the Code of Conduct?

TheAndreDev avatar Jul 03 '25 10:07 TheAndreDev