In case anyone has the same mistake as me - in host.json:
host.json
"functions": [ "" ],
It should just be an empty array
"functions": [ ],