but there steps in between that im lost on lol
any help would be much appreciated
It’s totally fine to ask questions, can you show me the error you’re getting?
i pasted to Init SDK code into my VPS terminal. Im assuming this is the wrong spot to put it?
from the research ive been doing, i need to put this Init SDK code into an HTML or JS file?
yes, a js file, as you can shown here: https://youtu.be/pk92hS_d_ns?list=PL-nc7zI7zjsaCNC-sluNK4mHwdqk-nKEU&t=177
let me fetch an example repo for you so you can see it better
thanks, i was watching that video but i got lost. I downloaded VS code editor
im just confused how do I use VS code to make edits on my VPS?
im not a programmer at all lol
sorry if this is too much to ask
its totally okay, you don't need to be sorry at all , we are here to help you and kudos for getting started <:appwritepeepo:902865250427215882> give me a moment while i fetch a working example repository for you so you can understand it well
hmm, you mean the Appwrite server running in your localhost? or do you have a server set up by yourself?
i have a debian VPS with Vultr that I used to get appwrite running
for that video you linked, its the 1 minute mark where i get lost.
Ah ok
also, any preferred language you might want to see our examples in so you understand better?
english thank you
i use filezila to look at my files and this is all i see i cant find anything relevant in there
you have the code in vscode, right?
i do not, i was following along with the video and downloaded vscode but that is it. i dont know what to do from there
how to use vscode to edit my appwrite files, thats where im stuck too
gotcha, just DMed you.
Just a heads-up, we just discussed initial steps of Appwrite installation on a windows machine and we will debug it as and when errors occur (if they do).
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...