I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i get a "Error 500 An unexpected server error occured.".
I did not change anything about the runtimes or function env's in the .env file and its set up using the automated way (the only thing i changed was function and site domains)
Does anyone know why or how i can fix it?