I am getting this error: ``` throw new Error("Nango secret key is required"); ``` even though I don't use Nango. I worked around it by simply specifying `NANGO_SECRET_KEY=IGNORE`, but this should not alert when it isn't applicable.
I am getting this error:
even though I don't use Nango.
I worked around it by simply specifying
NANGO_SECRET_KEY=IGNORE, but this should not alert when it isn't applicable.