templates
templates copied to clipboard
đ Bug Report: Old deno2 template sdk import
đ 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?
- [x] I have read the Code of Conduct