Rank 2: Process
hello there! I try to create a very simple dotnet function as an endpoint. dotnet-6.0is enabled in .envand the server restarted.
My code is in a git repository and on github. I connected the repo to a function in Appwrite but the build always fails with Docker Error: tar: short read. I assume it does not even get to the build. I also tried recreating a function from here: https://github.com/appwrite/templates/tree/main/dotnet/starter with the same Docker Error: tar: short readas deploy failes.
Anyone an idea what I might do wrong?