馃憻 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/appwrite@7.0.0/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?
馃彚 Have you read the Code of Conduct?
馃憻 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/appwrite@7.0.0/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?
馃彚 Have you read the Code of Conduct?