Appwrite is up and running again, will try to make everything through the appwrite cli
Hmm
It seems like it's trying to cd into https://github.com/appwrite/functions-starter
Can you try initing the function in another folder?
It does look like it doesn't have access to that folder
👀
What's in your functions folder?
And what version of node do you have?
Nothing currently
Can you go in that my awesome folder and run that git clone command?
And what version of node do you have?
Yep, definitely something wrong with git, let me troubleshoot that and will be back
Maybe it's not node...maybe it's git
Smh Ubuntu 🤦🏻♂️
lol bug with that specific version 😂
Created the function succesfully:
But I ran appwrite deploy function and it seems that nothing happened
press space to select which functions to deploy
Lmao my bad
Noice
So what's the tweak needed in the .env file, just to sum things up
the runtimes network env var. by default, it's appwrite_runtimes, but since your files were in a folder named appwrite-be, the network was appwrite-be_runtimes. So this was the problem that resulted in the following error:
An internal curl error has occurred within the executor! Error Msg: Could not resolve host: traspaso-63e655c39fe6727b25e4
The other problem you had was the format of the code. that would have probably resulted in a connection timed out error
I see, thank you, and thanks everyone else for your time 🙌
[SOLVED] Could not resolve host
Recommended threads
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- Python TablesDB Rework
Hi, i starting to rework some older functions to TablesDB list_rows Method. I used list_documents with a resultset with worked fine. Now i tried to get all rows...