metacall / faas

Reimplementation of MetaCall FaaS platform written in TypeScript.
https://dashboard.metacall.io
Apache License 2.0
13 stars 20 forks source link

throwing error while deploying auth-middleware examples #35

Open HeeManSu opened 4 months ago

HeeManSu commented 4 months ago

image

viferga commented 1 month ago

This bug was happening because it was iterating recursively and loading the files instead of loading the json. And also we have added loading on startup for already deployed apps. So this should be solved for now, in any case we should add a test for it in order to verify the issue.