
I am following https://appwrite.io/docs/tutorials/sveltekit/step-1project but I get a lot of errors in vscode if use types with jsdoc or typescript. I disabled types in sveltekit, everything looks good in vscode by just using javascript, but I get type errors in the terminal after running. This is my repo https://github.com/codscino/svelte-kit_todo
Is this my fault or is the tutorial old? I am a beginner in the web dev world, sorry for the dumb questions.
Recommended threads
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Realtime stuck on pending
I'm hosting appwrite on a server where there's already nginx running and you can see how it's config looks for appwrite on attachted screenshot. I'm not getting...
