Sorted @safwan @safwan
Am super grateful for your assistance
You all are the best
[solved] function build failed
Executed function manually but didn't get expected outcome...
And dart code was giving expected outcome when I ran it locally...
how did you initialize your function?
appwrite init project
wa successful
appwrite init function
was also successful
appwrite deploy function
was successful
but when I executed it on terminal, didn't get desired result
what's your code now?
calling all this on main function, made it entry level for execution
previously made the default default entry and I called everything inside the default function
none of both gave desired outcome
it seems like you changed the default starting template and the code is no longer compatible with Appwrite Functions
please create a new <#1072905050399191082> post and include your code
Ouch ๐ค
Worked @Steven
I activated before execution
Will I need to redeploy after code changes?
redeploy what?
New code changes on vscode
How do I push new change to function without creating new one
as mentioned in the docs, you would run appwrite deploy function
https://appwrite.io/docs/command-line-deployment#deployFunctions
Okay sir
I appreciate you dearly
Even as I emptied code functionality and deployed, I clicked execute on console and was given me previous outcome, wasn't supposed to send any result since code was commented
so how do I update the function that was deployed before?
make sure you selected the function to be deployed
I did
Reflected on console
After building, I activated it and then executed it too
your function is building successfully now. please create a new <#1072905050399191082> post to troubleshoot your function and include your code
Recommended threads
- Functions Failing on CRON Schedule
I set up an hourly CRON Schedule for my function and It only executes successfully every after 3 hours sometimes 10 hours. When I execute it manually it works e...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...