Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and intialize the CLI as well as performed a major upgrade this evening from 1.8.x to 1.9.6, step running migrations to get my instance running again, so that is to say I've done upgrades lately and everything appears to work.
however, after I've pulled all my functions down to my workstation and try to run them , ALL OF THEM return an HTTP 500 error, even the ones that are working just fine on my server. I've tried things like changing the port. changing the HTTP verb, visiting /ping, or the directory I'm running the "appwrite run functions command from" and this at least has me see the command update as I change the function but I still get the HTTP 500 error no matter what I do so I'm not sure where I go from here as looking at the logs for the container running my command doesn't really have any useful data.
any advice or suggestions would be MUCH appreciated.
https://discord.com/channels/564160730845151244/1314302555127414895/1538022598946852975
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...
- hi guys! my site is not accesible in my ...
- 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...